[oe-commits] Chase Maupin : am-benchmarks: Add support for am387x-evm machine

git version control git at git.openembedded.org
Wed Mar 30 23:48:20 UTC 2011


Module: openembedded.git
Branch: master
Commit: eeec49d478fd372da1dbe78b72f18113730fcb91
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=eeec49d478fd372da1dbe78b72f18113730fcb91

Author: Chase Maupin <chasemaupin03 at gmail.com>
Date:   Wed Mar 30 13:08:10 2011 -0500

am-benchmarks: Add support for am387x-evm machine

* Add support in this recipe for the am387x-evm machine
  type.
* Bump the PR.

Signed-off-by: Chase Maupin <Chase.Maupin at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 recipes/ti/am-benchmarks_1.2.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/ti/am-benchmarks_1.2.bb b/recipes/ti/am-benchmarks_1.2.bb
index 5ae0585..38c7056 100644
--- a/recipes/ti/am-benchmarks_1.2.bb
+++ b/recipes/ti/am-benchmarks_1.2.bb
@@ -8,15 +8,16 @@ LICENSE = "BSD"
 SECTION = "system"
 PRIORITY = "optional"
 
-SRCREV = "59"
+SRCREV = "60"
 PR = "r2+svnr${SRCPV}"
 
-COMPATIBLE_MACHINE = "(dm365|omapl138|omap3|ti816x)"
+COMPATIBLE_MACHINE = "(dm365|omapl138|omap3|ti816x|ti814x)"
 
 ARCHITECTURE_dm365 = "arm9"
 ARCHITECTURE_omapl138 = "arm9"
 ARCHITECTURE_omap3 = "cortex-a8"
 ARCHITECTURE_ti816x = "cortex-a8"
+ARCHITECTURE_ti814x = "cortex-a8"
 
 INSANE_SKIP_${PN} = "True"
 





More information about the Openembedded-commits mailing list