[meta-ti] [PATCH] arm-benchmarks: port of am-benchmarks from arago
Chase Maupin
Chase.Maupin at ti.com
Thu Jan 26 11:00:55 PST 2012
* Ported the am-benchmarks recipe from arago and changed the name
to arm-benchmarks.
* Updated the SRCREV to pickup licensing file
Signed-off-by: Chase Maupin <Chase.Maupin at ti.com>
---
recipes-ti/arm-benchmarks/arm-benchmarks_1.3.bb | 26 +++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
create mode 100644 recipes-ti/arm-benchmarks/arm-benchmarks_1.3.bb
diff --git a/recipes-ti/arm-benchmarks/arm-benchmarks_1.3.bb b/recipes-ti/arm-benchmarks/arm-benchmarks_1.3.bb
new file mode 100644
index 0000000..c7a8e12
--- /dev/null
+++ b/recipes-ti/arm-benchmarks/arm-benchmarks_1.3.bb
@@ -0,0 +1,26 @@
+DESCRIPTION = "AM Benchmarks"
+HOMEPAGE = "https://gforge.ti.com/gf/project/am_benchmarks/"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://COPYING;md5=7aefb5e1cffc7b6a3ef18b803f957922"
+SECTION = "system"
+
+SRCREV = "76"
+PR = "r0+svnr${SRCPV}"
+
+SRC_URI = "svn://gforge.ti.com/svn/am_benchmarks/;module=trunk;proto=https;user=anonymous;pswd=''"
+
+S = "${WORKDIR}/trunk"
+
+do_compile() {
+ export CROSS_COMPILE=${TARGET_PREFIX}
+ export ARCH=${TUNE_PKGARCH}
+ # build the release version
+ make release
+}
+
+do_install() {
+ export ARCH=${TUNE_PKGARCH}
+ make DESTDIR=${D} install
+}
+
+RDEPENDS += matrix-gui-armbenchmarks-demos
--
1.7.0.4
More information about the meta-ti
mailing list