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>
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 \
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