ti-dmai_2.20.00.06: add updated version of dmai recipe for DM365
authorBrijesh Singh <bksingh@ti.com>
Thu, 2 Sep 2010 19:54:04 +0000 (14:54 -0500)
committerKoen Kooi <koen@openembedded.org>
Thu, 30 Sep 2010 11:20:26 +0000 (13:20 +0200)
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
recipes/ti/ti-dmai_2.20.00.06.bb [new file with mode: 0644]

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 (file)
index 0000000..21f10fc
--- /dev/null
@@ -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}
+}
+