From: Brijesh Singh Date: Thu, 2 Sep 2010 19:54:04 +0000 (-0500) Subject: ti-dmai_2.20.00.06: add updated version of dmai recipe for DM365 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b15b15d27707fa77c8742678cf328feab3399a9a;p=openembedded.git ti-dmai_2.20.00.06: add updated version of dmai recipe for DM365 Signed-off-by: Denys Dmytriyenko Signed-off-by: Roger Monk Signed-off-by: Koen Kooi --- diff --git a/recipes/ti/ti-dmai_2.20.00.06.bb b/recipes/ti/ti-dmai_2.20.00.06.bb new file mode 100644 index 0000000000..21f10fc108 --- /dev/null +++ b/recipes/ti/ti-dmai_2.20.00.06.bb @@ -0,0 +1,24 @@ +require ti-dmai.inc + +PV = "2_20_00_06" +PR = "r2" + +COMPATIBLE_MACHINE = "dm365-evm" + +SRC_URI_append = " \ + file://doxygen_templates.tar.gz \ + file://arago-tdox \ +" + +SRCREV = "519" +DMAIBRANCH = "tags/TAG_2_20_00_06" + +do_install_prepend () { + find ${S} -name .svn -type d | xargs rm -rf + cp -pPrf ${WORKDIR}/doxygen_templates ${S} + cp -pPrf ${WORKDIR}/arago-tdox ${S}/tdox + chmod a+x ${S}/release.sh + chmod a+x ${S}/tdox + ${S}/release.sh ${PV} +} +