ti-dmai: some more DaVinci fixes
authorDenys Dmytriyenko <[denis@denix.org]>
Thu, 21 Jan 2010 08:03:16 +0000 (09:03 +0100)
committerKoen Kooi <koen@openembedded.org>
Mon, 12 Apr 2010 17:43:12 +0000 (19:43 +0200)
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>
recipes/ti/ti-dmai.inc
recipes/ti/ti-dmai_svn.bb

index 92a1aaf..5a61065 100644 (file)
@@ -4,8 +4,13 @@ BRANCH = "branches/BRANCH_BRIJESH_DMAI_DEV_2_xx"
 BRANCH_omapl138 = "trunk"
 BRANCH_omapl137 = "trunk"
 BRANCH_dm6467 = "branches/GITPSP_INT_101009"
+BRANCH_dm355 = "branches/GITPSP_INT_101009"
+BRANCH_dm365 = "branches/GITPSP_INT_101009"
 
 SRCREV = "423"
+SRCREV_dm6467 = "424"
+SRCREV_dm355 = "424"
+SRCREV_dm365 = "424"
 
 SRC_URI = "svn://gforge.ti.com/svn/dmai/;module=${BRANCH};proto=https;user=anonymous;pswd='' \
                file://loadmodules-ti-dmai-dm355_al.sh \
index 943535c..429beb6 100644 (file)
@@ -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