aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti
diff options
context:
space:
mode:
authorChase Maupin <chasemaupin03@gmail.com>2010-09-30 09:10:48 +0000
committerDenys Dmytriyenko <denis@denix.org>2010-09-30 19:32:39 -0400
commitd8d91cad179af864c4c9fedd400670e5e92d096f (patch)
treec91459c509e265bf550f0bcb352c49070cc5448a /recipes/ti
parent76f664fbe8939e39ed59f7ec32b21b3019f0d949 (diff)
downloadopenembedded-d8d91cad179af864c4c9fedd400670e5e92d096f.tar.gz
am-benchmarks: update to latest version
* Updated the SRCREV to the latest version of this project which includes support for multiple platforms. * Add COMPATIBLE_MACHINE setting for recipe. Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Diffstat (limited to 'recipes/ti')
-rw-r--r--recipes/ti/am-benchmarks_svn.bb17
1 files changed, 14 insertions, 3 deletions
diff --git a/recipes/ti/am-benchmarks_svn.bb b/recipes/ti/am-benchmarks_svn.bb
index 51ac6afa02..63c122f4b5 100644
--- a/recipes/ti/am-benchmarks_svn.bb
+++ b/recipes/ti/am-benchmarks_svn.bb
@@ -1,18 +1,29 @@
+#NOTE: This package is currently only supported for the Angstrom
+# distribution. Other distributions and toolchains may or
+# may not work.
+
DESCRIPTION = "AM Benchmarks"
HOMEPAGE = "https://gforge.ti.com/gf/project/am_benchmarks/"
LICENSE = "BSD"
SECTION = "system"
PRIORITY = "optional"
-SRCREV = "33"
-PV = "1.0"
+SRCREV = "56"
+PV = "1.1"
PR = "r1+svnr${SRCPV}"
+COMPATIBLE_MACHINE = "(dm365|omapl138|omap3|ti816x)"
+
+ARCHITECTURE_dm365 = "arm9"
+ARCHITECTURE_omapl138 = "arm9"
+ARCHITECTURE_omap3 = "cortex-a8"
+ARCHITECTURE_ti816x = "cortex-a8"
+
INSANE_SKIP_${PN} = "True"
SRC_URI = "svn://gforge.ti.com/svn/am_benchmarks/;module=trunk;proto=https;user=anonymous;pswd=''"
-S = "${WORKDIR}/trunk"
+S = "${WORKDIR}/trunk/${ARCHITECTURE}"
do_compile() {
# don't build debug version