diff options
author | Koen Kooi <koen@openembedded.org> | 2009-01-28 21:36:48 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-01-28 21:36:48 +0100 |
commit | b2b123a438f9a456dca068330c27ba554524b0e3 (patch) | |
tree | 0e5def9fd81560b8cab2b39fdc638975ec0c1bec /packages/dsplink/dmai_1.16.bb | |
parent | f7a27cf1790242e73eb87741660f5546f3809b2e (diff) |
dmai: make the build go a bit further
Diffstat (limited to 'packages/dsplink/dmai_1.16.bb')
-rw-r--r-- | packages/dsplink/dmai_1.16.bb | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/packages/dsplink/dmai_1.16.bb b/packages/dsplink/dmai_1.16.bb index 90a42c9f69..be1a34e154 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 () { |