[oe-commits] Koen Kooi : ti-libd2cmap: add git version that builds from the omapzoom L24 .11 tag

git version control git at git.openembedded.org
Tue Dec 14 14:53:33 UTC 2010


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

Author: Koen Kooi <k-kooi at ti.com>
Date:   Tue Dec 14 15:27:12 2010 +0100

ti-libd2cmap: add git version that builds from the omapzoom L24.11 tag

Signed-off-by: Koen Kooi <k-kooi at ti.com>

---

 recipes/ti/ti-libd2cmap_git.bb |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/recipes/ti/ti-libd2cmap_git.bb b/recipes/ti/ti-libd2cmap_git.bb
new file mode 100644
index 0000000..88d09eb
--- /dev/null
+++ b/recipes/ti/ti-libd2cmap_git.bb
@@ -0,0 +1,20 @@
+DEPENDS = "ti-tilermemmgr ti-syslink"
+
+LICENSE = "GPLv2"
+
+PV = "2.0"
+PR = "${MACHINE_KERNEL_PR}"
+PR_append = "-24.11a+gitr${SRCREV}"
+
+# ti-syslink-mpu-rls-24.11-p1 tag
+SRCREV = "16f0cebd8b5a430d943bc6bcfa0fe592bad425b9"
+SRC_URI = "git://git.omapzoom.org/platform/hardware/ti/syslink.git;protocol=git;branch=syslink-2.0"
+
+inherit autotools
+
+export ARCH = "${TARGET_ARCH}"
+export CROSS_COMPILE = "${TARGET_PREFIX}"
+export TILER_INC_PATH= "${STAGING_INCDIR}/memmgr"
+
+S = "${WORKDIR}/git/syslink/d2c"
+





More information about the Openembedded-commits mailing list