diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-02-20 08:38:38 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-02-20 08:38:38 -0800 |
commit | c08753e465b920cbc16e37c9c23b0bf4f0f49679 (patch) | |
tree | 2467eb434c1773b3e6fbf2c22957a4158928cd80 /packages/dsplink/ti-dmai_1.20.bb | |
parent | f6c034ed9196b72382d3a120dce23389d153b7de (diff) | |
parent | b3f33ba5ab7caf583a6055045633857eebae8568 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'packages/dsplink/ti-dmai_1.20.bb')
-rw-r--r-- | packages/dsplink/ti-dmai_1.20.bb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/packages/dsplink/ti-dmai_1.20.bb b/packages/dsplink/ti-dmai_1.20.bb index 87dcb38fd9..830143c7f2 100644 --- a/packages/dsplink/ti-dmai_1.20.bb +++ b/packages/dsplink/ti-dmai_1.20.bb @@ -13,12 +13,14 @@ SRC_URI = "file://dmai_1_20_00_06.tar.gz \ file://dmai-do-not-panic-on-mixer-failure.patch;patch=1 \ file://dmai-support-32bit-align.patch;patch=1 \ file://dmai-built-with-angstrom.patch;patch=1 \ + file://loadmodules-ti-dmai-apps.sh \ + file://unloadmodules-ti-dmai-apps.sh \ " S = "${WORKDIR}/dmai_1_20_00_06" # Yes, the xdc stuff still breaks with a '.' in PWD PV = "120" -PR = "r11" +PR = "r12" TARGET = "all" TARGET_neuros-osd2 = " dm6446_al dm6446_db" @@ -55,6 +57,10 @@ do_install () { export EXEC_DIR="${D}/${datadir}/ti-dmai/apps" oe_runmake install + + #test app module un/load scripts + install ${WORKDIR}/loadmodules-ti-dmai-apps.sh ${D}/${datadir}/ti-dmai + install ${WORKDIR}/unloadmodules-ti-dmai-apps.sh ${D}/${datadir}/ti-dmai } do_stage () { |