From: Denys Dmytriyenko <[denis@denix.org]> Date: Thu, 21 Jan 2010 08:03:16 +0000 (+0100) Subject: ti-dmai: some more DaVinci fixes X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b806bafbdf4eb18473a62c1c263ecec0564a906;p=openembedded.git 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 --- diff --git a/recipes/ti/ti-dmai.inc b/recipes/ti/ti-dmai.inc index 92a1aaf1f3..5a61065567 100644 --- a/recipes/ti/ti-dmai.inc +++ b/recipes/ti/ti-dmai.inc @@ -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 \ 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