am-benchmarks: Add support for am387x-evm machine
authorChase Maupin <chasemaupin03@gmail.com>
Wed, 30 Mar 2011 18:08:10 +0000 (13:08 -0500)
committerDenys Dmytriyenko <denys@ti.com>
Wed, 30 Mar 2011 23:47:34 +0000 (19:47 -0400)
* Add support in this recipe for the am387x-evm machine
  type.
* Bump the PR.

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
recipes/ti/am-benchmarks_1.2.bb

index 5ae0585..38c7056 100644 (file)
@@ -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"