[meta-ti] [PATCHv2] arm-benchmarks: port of am-benchmarks from arago

Chase Maupin Chase.Maupin at ti.com
Thu Jan 26 11:33:26 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>
---
* Updated in version 2
    * Fixed DESCRIPTION field to use ARM instead of AM to match the
      recipe name.

---
 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..598bb73
--- /dev/null
+++ b/recipes-ti/arm-benchmarks/arm-benchmarks_1.3.bb
@@ -0,0 +1,26 @@
+DESCRIPTION = "ARM 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