[oe-commits] Brijesh Singh : ti-dmai_2.20.00.06: add updated version of dmai recipe for DM365

git version control git at git.openembedded.org
Thu Sep 30 11:21:28 UTC 2010


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

Author: Brijesh Singh <bksingh at ti.com>
Date:   Thu Sep  2 14:54:04 2010 -0500

ti-dmai_2.20.00.06: add updated version of dmai recipe for DM365

Signed-off-by: Denys Dmytriyenko <denis at denix.org>
Signed-off-by: Roger Monk <r-monk at ti.com>
Signed-off-by: Koen Kooi <k-kooi at ti.com>

---

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

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 0000000..21f10fc
--- /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}
+}
+





More information about the Openembedded-commits mailing list