aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti
diff options
context:
space:
mode:
authorChase Maupin <chasemaupin03@gmail.com>2011-03-30 13:08:10 -0500
committerDenys Dmytriyenko <denys@ti.com>2011-03-31 13:37:58 -0400
commitb63b2b9c8bcd6ade730b85f60539fa30007117ec (patch)
tree4e3f9e46ecdabde11d59f9864f667f8982587425 /recipes/ti
parentdfd3a6d048cbaa849d44ca67a8b96b2760e18694 (diff)
downloadopenembedded-b63b2b9c8bcd6ade730b85f60539fa30007117ec.tar.gz
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@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes/ti')
-rw-r--r--recipes/ti/am-benchmarks_1.2.bb5
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 5ae0585a9e..38c7056ae5 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"