aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorKoen Kooi <k-kooi@ti.com>2010-12-14 14:56:12 +0100
committerKoen Kooi <koen@openembedded.org>2010-12-14 15:37:59 +0100
commiteefc9f1dbbdd9b793d6659acbc67ba2a23213e8d (patch)
tree571598e14e591c1150623d649107f3567c4282eb /recipes
parentab0ecd9fedbc1d3285c33cb8ca8098901d7b4df0 (diff)
downloadopenembedded-eefc9f1dbbdd9b793d6659acbc67ba2a23213e8d.tar.gz
ti-syslink: add git version that builds from the omapzoom L24.11 tag
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/ti/ti-syslink_git.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/ti/ti-syslink_git.bb b/recipes/ti/ti-syslink_git.bb
new file mode 100644
index 0000000000..3462047646
--- /dev/null
+++ b/recipes/ti/ti-syslink_git.bb
@@ -0,0 +1,21 @@
+DEPENDS = "ti-tilermemmgr"
+
+LICENSE = "BSD"
+
+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"
+#export KRNLSRC = "${STAGING_KERNELDIR}"
+
+S = "${WORKDIR}/git/syslink/"
+