[oe-commits] Brijesh Singh : ti-dmai_2.05.00.14: add new recipe

git version control git at git.openembedded.org
Tue Jun 29 14:43:09 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 7bb7aa8f7c60db75821929c313807def42cc4aa7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7bb7aa8f7c60db75821929c313807def42cc4aa7

Author: Brijesh Singh <bksingh at ti.com>
Date:   Thu Jun 24 20:55:34 2010 -0500

ti-dmai_2.05.00.14: add new recipe

Signed-off-by: Brijesh Singh <bksingh at ti.com>
Acked-by: Roger Monk <r-monk at ti.com>
Signed-off-by: Koen Kooi <k-kooi at ti.com>

---

 recipes/ti/ti-dmai_2.05.00.14.bb |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

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
index 0000000..1d49ba7
--- /dev/null
+++ b/recipes/ti/ti-dmai_2.05.00.14.bb
@@ -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}
+}
+





More information about the Openembedded-commits mailing list