All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] am-benchmarks: Remove platform dependencies
@ 2011-06-27 22:35 Jeff Lance
  2011-06-28  6:56 ` Koen Kooi
  0 siblings, 1 reply; 6+ messages in thread
From: Jeff Lance @ 2011-06-27 22:35 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Jeff Lance

* Remove platform dependencies and use architecture dependencies instead
* Use OE BASE_PACKAGE_ARCH to determine architecture
* Update the SRCREV to revision 65
* Update the recipe revision to 1.3
NOTE - architecure dependency and INSANE_SKIP can be removed once CFLAGS can be passed into CCSv5 project makefile

Signed-off-by: Jeff Lance <j-lance1@ti.com>
---
 recipes/ti/am-benchmarks_1.3.bb |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)
 create mode 100644 recipes/ti/am-benchmarks_1.3.bb

diff --git a/recipes/ti/am-benchmarks_1.3.bb b/recipes/ti/am-benchmarks_1.3.bb
new file mode 100644
index 0000000..f4182b3
--- /dev/null
+++ b/recipes/ti/am-benchmarks_1.3.bb
@@ -0,0 +1,31 @@
+#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 = "65"
+PR = "r2+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}
+	export ARCH=${BASE_PACKAGE_ARCH}
+	make release 
+}
+
+do_install() {
+	export ARCH=${BASE_PACKAGE_ARCH}
+	make DESTDIR=${D} install
+}
-- 
1.7.0.4




^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-06-29 16:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-27 22:35 [PATCH 1/1] am-benchmarks: Remove platform dependencies Jeff Lance
2011-06-28  6:56 ` Koen Kooi
2011-06-28 14:00   ` Jeff Lance
2011-06-28 14:12     ` Koen Kooi
2011-06-28 18:10       ` Denys Dmytriyenko
2011-06-29 16:10         ` Jeff Lance

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.