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

GIT User account git at amethyst.openembedded.net
Thu Jan 29 15:42:06 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Jan 28 21:36:48 2009 +0100

dmai: make the build go a bit further

---

 packages/dsplink/dmai_1.16.bb |   11 ++++++++---
 packages/dsplink/ti-paths.inc |    1 +
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/packages/dsplink/dmai_1.16.bb b/packages/dsplink/dmai_1.16.bb
index 90a42c9..be1a34e 100644
--- a/packages/dsplink/dmai_1.16.bb
+++ b/packages/dsplink/dmai_1.16.bb
@@ -13,12 +13,17 @@ S = "${WORKDIR}/dmai_1_16_00_03"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
-do_compile () {
-	:
+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
+	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
 }
 
 do_install () {
-	:
+	oe_runmake install
 }
 
 do_stage () {
diff --git a/packages/dsplink/ti-paths.inc b/packages/dsplink/ti-paths.inc
index 97dadf0..188dd54 100644
--- a/packages/dsplink/ti-paths.inc
+++ b/packages/dsplink/ti-paths.inc
@@ -21,6 +21,7 @@ export BIOS_INSTALL_DIR=${TITOOLSDIR}/${TIBIOSDIR}
 # needed for configuro:
 export CGTOOLS_V5T="${CROSS_DIR}"
 export CC_V5T="bin/${TARGET_PREFIX}gcc"
+export MVTOOL_PREFIX="${TARGET_PREFIX}"
 
 DSPLINKPLATFORM ?= "DAVINCI"
 DSPLINKPLATFORM_omap5912osk = "OMAP"





More information about the Openembedded-commits mailing list