Skip to content

Commit

Permalink
dmai: make build get a bit further
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen Kooi committed Jan 29, 2009
1 parent f33eef0 commit a3e236e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions packages/dsplink/dmai_1.16.bb
Expand Up @@ -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 () {
Expand Down

0 comments on commit a3e236e

Please sign in to comment.