[oe-commits] Denys Dmytriyenko : am-benchmarks: add ARM Benchmarks dhry/whet-stone, linpack (from Arago)

git version control git at git.openembedded.org
Thu May 6 06:40:52 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8a0750d20931f366c87b87e54f6232ea620449fd
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8a0750d20931f366c87b87e54f6232ea620449fd

Author: Denys Dmytriyenko <denis at denix.org>
Date:   Thu May  6 01:49:42 2010 -0400

am-benchmarks: add ARM Benchmarks dhry/whet-stone, linpack (from Arago)

Signed-off-by: Denys Dmytriyenko <denis at denix.org>

---

 recipes/ti/am-benchmarks_svn.bb |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/recipes/ti/am-benchmarks_svn.bb b/recipes/ti/am-benchmarks_svn.bb
new file mode 100644
index 0000000..23e1946
--- /dev/null
+++ b/recipes/ti/am-benchmarks_svn.bb
@@ -0,0 +1,26 @@
+DESCRIPTION = "AM Benchmarks"
+HOMEPAGE = "https://gforge.ti.com/gf/project/am_benchmarks/"
+LICENSE = "BSD"
+SECTION = "system"
+PRIORITY = "optional"
+
+SRCREV = "27"
+PV = "1.0"
+PR = "r1+svnr${SRCPV}"
+
+INSANE_SKIP_${PN} = "True"
+
+SRC_URI = "svn://gforge.ti.com/svn/am_benchmarks/;module=trunk;proto=https;user=anonymous;pswd=''"
+
+S = "${WORKDIR}/trunk"
+
+do_compile() {
+	# don't build debug version
+	touch debug
+	export CROSS_COMPILE=${TARGET_PREFIX}
+	make release
+}
+
+do_install() {
+	make DESTDIR=${D} install
+}





More information about the Openembedded-commits mailing list