ti-dmai_2.05.00.14: add new recipe
authorBrijesh Singh <bksingh@ti.com>
Fri, 25 Jun 2010 01:55:34 +0000 (20:55 -0500)
committerKoen Kooi <koen@openembedded.org>
Tue, 29 Jun 2010 14:42:39 +0000 (16:42 +0200)
Signed-off-by: Brijesh Singh <bksingh@ti.com>
Acked-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
recipes/ti/ti-dmai_2.05.00.14.bb [new file with mode: 0644]

diff --git a/recipes/ti/ti-dmai_2.05.00.14.bb b/recipes/ti/ti-dmai_2.05.00.14.bb
new file mode 100644 (file)
index 0000000..1d49ba7
--- /dev/null
@@ -0,0 +1,24 @@
+require ti-dmai.inc
+
+PV = "2_05_00_14"
+PR = "r0"
+COMPATIBLE_MACHINE = "(omap3evm|dm3730-am3715-evm)"
+
+SRC_URI_append = " \
+       file://doxygen_templates.tar.gz \
+        file://arago-tdox \
+"
+
+SRCREV         = "488"
+DMAIBRANCH     = "tags/TAG_2_05_00_14"
+
+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}
+}
+