aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-omap-zoomsync_2.6.31.bb
diff options
context:
space:
mode:
authorOmar Barron <o-barron@ti.com>2009-09-17 16:17:24 -0500
committerGraeme Gregory <dp@xora.org.uk>2009-09-17 23:51:19 +0100
commita2b8a408e9141091efc87e568641ed81f6767ce2 (patch)
tree45e362599e23c7987a4a879849d0e001340165e7 /recipes/linux/linux-omap-zoomsync_2.6.31.bb
parent0159d8fb1eca071c9fd74c2fc99e3ef8b4c38085 (diff)
downloadopenembedded-a2b8a408e9141091efc87e568641ed81f6767ce2.tar.gz
linux-omap-zoomsync_2.6.31.bb : added new kernel for omapzoom2
Move to linux-omap kernel TI sync at git://dev.omapzoom.org/pub/scm/integration/kernel-omap3.git Signed-off-by: Omar Barron <o-barron@ti.com>
Diffstat (limited to 'recipes/linux/linux-omap-zoomsync_2.6.31.bb')
-rw-r--r--recipes/linux/linux-omap-zoomsync_2.6.31.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes/linux/linux-omap-zoomsync_2.6.31.bb b/recipes/linux/linux-omap-zoomsync_2.6.31.bb
new file mode 100644
index 0000000000..63f9462633
--- /dev/null
+++ b/recipes/linux/linux-omap-zoomsync_2.6.31.bb
@@ -0,0 +1,24 @@
+require linux.inc
+
+DESCRIPTION = "Linux kernel for OMAP processors"
+KERNEL_IMAGETYPE = "uImage"
+
+COMPATIBLE_MACHINE = "omapzoom2"
+
+DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE_omapzoom2 = "1"
+
+SRCREV = "3823238fe2e56f60b9c6c085d3f1cfa720ae89b8"
+
+# The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc
+PV = "2.6.30+2.6.31-rc7"
+PR_append = "+gitr${SRCREV}"
+
+SRC_URI = "git://dev.omapzoom.org/pub/scm/integration/kernel-omap3.git;branch=lo-sync-v2.6.31-rc7-7a8d53a0;protocol=git \
+ file://defconfig"
+
+SRC_URI_append = " \
+"
+
+S = "${WORKDIR}/git"
+