[oe-commits] Koen Kooi : dmai: make build get a bit further

GIT User account git at amethyst.openembedded.net
Thu Jan 29 09:56:51 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Jan 29 10:54:21 2009 +0100

dmai: make build get a bit further

---

 packages/dsplink/dmai_1.16.bb |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/packages/dsplink/dmai_1.16.bb b/packages/dsplink/dmai_1.16.bb
index be1a34e..456800c 100644
--- a/packages/dsplink/dmai_1.16.bb
+++ b/packages/dsplink/dmai_1.16.bb
@@ -13,13 +13,18 @@ S = "${WORKDIR}/dmai_1_16_00_03"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
+TARGET = "all"
+TARGET_neuros-osd2 = " dm6446_al dm6446_db"
+
+export CE_INSTALL_DIR="${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/codecengine/cetools"
+
 do_compile() {
 	cd packages/ti/sdo/dmai
 	oe_runmake clean
-	oe_runmake dm6467_al dm355_al dm6446_al dm357_al dm6437_db dm6446_db dm6467_db
+	oe_runmake ${TARGET}
 	cd packages/ti/sdo/dmai/apps
 	oe_runmake clean
-	oe_runmake dm6467_al dm355_al dm6446_al dm357_al dm6437_db dm6446_db dm6467_db
+	oe_runmake ${TARGET}
 }
 
 do_install () {





More information about the Openembedded-commits mailing list