dmai: make the build go a bit further
authorKoen Kooi <koen@openembedded.org>
Wed, 28 Jan 2009 20:36:48 +0000 (21:36 +0100)
committerKoen Kooi <koen@openembedded.org>
Wed, 28 Jan 2009 20:36:48 +0000 (21:36 +0100)
packages/dsplink/dmai_1.16.bb
packages/dsplink/ti-paths.inc

index 90a42c9..be1a34e 100644 (file)
@@ -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 () {
index 97dadf0..188dd54 100644 (file)
@@ -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"