aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti/ti-codec-engine.inc
diff options
context:
space:
mode:
authorBrijesh Singh <bksingh@ti.com>2010-03-17 14:09:49 -0500
committerKoen Kooi <koen@openembedded.org>2010-04-12 19:43:26 +0200
commit23afbbc7cd053315367959a367571767e6228a35 (patch)
tree09d683a575aed49fe7dc78630651f30b3dc5f42b /recipes/ti/ti-codec-engine.inc
parentc629b169e7383025903389a05da0c94f5d8b2d31 (diff)
downloadopenembedded-23afbbc7cd053315367959a367571767e6228a35.tar.gz
ti-codec-engine_2.25.01.06: add loadmodule.sh on DM365 platform.
Signed-off-by: Brijesh Singh <bksingh@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/ti/ti-codec-engine.inc')
-rw-r--r--recipes/ti/ti-codec-engine.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/ti/ti-codec-engine.inc b/recipes/ti/ti-codec-engine.inc
index dc6d07b940..57802961f1 100644
--- a/recipes/ti/ti-codec-engine.inc
+++ b/recipes/ti/ti-codec-engine.inc
@@ -12,7 +12,7 @@ require ti-staging.inc
PROVIDES += "ti-codec-engine-examples"
-PR = "r4"
+PR = "r5"
S = "${WORKDIR}/codec_engine_${PV}"
@@ -120,6 +120,8 @@ do_install() {
install -d ${D}/${installdir}/ti-codec-engine-examples
if [ -e ${S}/examples/apps/system_files/${CEEXAMPLESDEVICES}/loadmodules.sh ]; then
cp ${S}/examples/apps/system_files/${CEEXAMPLESDEVICES}/loadmodules.sh ${D}/${installdir}/ti-codec-engine-examples
+ elif [ -e ${WORKDIR}/loadmodules.sh ]; then
+ cp ${WORKDIR}/loadmodules.sh ${D}/${installdir}/ti-codec-engine-examples
fi
cd ${S}/examples/ti/sdo/ce/examples