aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-omap-zoomsync_2.6.32.bb
diff options
context:
space:
mode:
authorGeetha T <geethat@ti.com>2010-03-19 16:14:54 -0600
committerGraeme Gregory <dp@xora.org.uk>2010-03-19 23:30:18 +0000
commitc31ca1edcade04530ca2525c693e1e2ee66b38fa (patch)
treeff85a703ec0321b8a43fa2928e1ab44796405f17 /recipes/linux/linux-omap-zoomsync_2.6.32.bb
parent3dbea75bd6da2babe4b14ef91e7bbf95e506f7d8 (diff)
downloadopenembedded-c31ca1edcade04530ca2525c693e1e2ee66b38fa.tar.gz
linux-omap-zoomsync_2.6.32: Added support for OMAPZoom36x
Diffstat (limited to 'recipes/linux/linux-omap-zoomsync_2.6.32.bb')
-rw-r--r--recipes/linux/linux-omap-zoomsync_2.6.32.bb17
1 files changed, 13 insertions, 4 deletions
diff --git a/recipes/linux/linux-omap-zoomsync_2.6.32.bb b/recipes/linux/linux-omap-zoomsync_2.6.32.bb
index a309cafd38..78e10c9655 100644
--- a/recipes/linux/linux-omap-zoomsync_2.6.32.bb
+++ b/recipes/linux/linux-omap-zoomsync_2.6.32.bb
@@ -5,20 +5,29 @@ KERNEL_IMAGETYPE = "uImage"
FILESPATHPKG_prepend = "${PN}-2.6.32:"
-COMPATIBLE_MACHINE = "omapzoom2"
+COMPATIBLE_MACHINE = "omapzoom2|omapzoom36x"
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_omapzoom2 = "1"
-SRCREV = "015cbaf1035cd9a61d33a27de2a22902555db3c5"
+SRCREV_omapzoom2 = "015cbaf1035cd9a61d33a27de2a22902555db3c5"
+
+SRCREV_omapzoom36x = "2e3c681c6228de2a3f8fbb0cfbc940e7ea825a09"
+
OEV = "oe5"
PE = "1"
# The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc
-PV = "2.6.32.7-${OEV}"
+PV_omapzoom2 = "2.6.32.7-${OEV}"
+PV_omapzoom36x = "2.6.32-rc7-${OEV}"
+
PR_append = "+gitr${SRCREV}"
-SRC_URI = "git://dev.omapzoom.org/pub/scm/integration/kernel-omap3.git;protocol=git \
+SRC_URI_omapzoom2 = "git://dev.omapzoom.org/pub/scm/integration/kernel-omap3.git;branch=master;protocol=git \
+ file://logo_linux_clut224.ppm \
+ file://defconfig"
+
+SRC_URI_omapzoom36x = "git://dev.omapzoom.org/pub/scm/integration/kernel-omap3.git;branch=L23.I3.3;protocol=git \
file://logo_linux_clut224.ppm \
file://defconfig"