aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti/ti-dmai_svn.bb
diff options
context:
space:
mode:
authorDenys Dmytriyenko <[denis@denix.org]>2010-01-21 09:03:16 +0100
committerKoen Kooi <koen@openembedded.org>2010-04-12 19:43:12 +0200
commit2b806bafbdf4eb18473a62c1c263ecec0564a906 (patch)
tree91258f698f0d3571d395f6de5489d4a4736140cd /recipes/ti/ti-dmai_svn.bb
parentd9697a4f54a75944bc64097f54313433208a8d1a (diff)
downloadopenembedded-2b806bafbdf4eb18473a62c1c263ecec0564a906.tar.gz
ti-dmai: some more DaVinci fixes
dm365_ipipe.h was fixed in rev 424 dmai-tests/ is not installed/created for dm365 Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/ti/ti-dmai_svn.bb')
-rw-r--r--recipes/ti/ti-dmai_svn.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/ti/ti-dmai_svn.bb b/recipes/ti/ti-dmai_svn.bb
index 943535cd25..429beb63ee 100644
--- a/recipes/ti/ti-dmai_svn.bb
+++ b/recipes/ti/ti-dmai_svn.bb
@@ -78,10 +78,12 @@ do_compile () {
do_install () {
unset DMAI_INSTALL_DIR
# install dmai apps on target
+ install -d ${D}/${installdir}/dmai-apps
cd ${S}/dmai
make PLATFORM="${TARGET}" EXEC_DIR=${D}/${installdir}/dmai-apps install
install -m 0755 ${WORKDIR}/loadmodules-ti-dmai-${TARGET}.sh ${D}/${installdir}/dmai-apps/loadmodule.sh
+ install -d ${D}/${installdir}/dmai-tests
cd ${S}/tests
make PLATFORM="${TARGET}" EXEC_DIR=${D}/${installdir}/dmai-tests install
install -m 0755 ${WORKDIR}/loadmodules-ti-dmai-${TARGET}.sh ${D}/${installdir}/dmai-tests/loadmodule.sh