aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-omap-zoomsync_2.6.32.bb
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2010-11-18 17:35:27 +0000
committerGraeme Gregory <dp@xora.org.uk>2010-11-18 17:38:23 +0000
commita5f336891b59a44a078cec7d68dad84530185f78 (patch)
treedae416abef0663a868d4bb88a282d176d994dff9 /recipes/linux/linux-omap-zoomsync_2.6.32.bb
parentca8c7ab1a5c574413fe9cc0989d54be05c08e9b2 (diff)
downloadopenembedded-a5f336891b59a44a078cec7d68dad84530185f78.tar.gz
linux-omap-zoomsync : update the kernel to latest release from TI.
Unified the config as both machines are from outside identical and same kernel should work on both.
Diffstat (limited to 'recipes/linux/linux-omap-zoomsync_2.6.32.bb')
-rw-r--r--recipes/linux/linux-omap-zoomsync_2.6.32.bb28
1 files changed, 6 insertions, 22 deletions
diff --git a/recipes/linux/linux-omap-zoomsync_2.6.32.bb b/recipes/linux/linux-omap-zoomsync_2.6.32.bb
index 2ac81ef0f0..9bdf0ab15e 100644
--- a/recipes/linux/linux-omap-zoomsync_2.6.32.bb
+++ b/recipes/linux/linux-omap-zoomsync_2.6.32.bb
@@ -9,39 +9,23 @@ COMPATIBLE_MACHINE = "omapzoom2|omapzoom36x"
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_omapzoom2 = "1"
+DEFAULT_PREFERENCE_omapzoom36x = "1"
-SRCREV_omapzoom2 = "015cbaf1035cd9a61d33a27de2a22902555db3c5"
+SRCREV = "9925e5c0abf878314d98419320325470c9bbd03d"
-SRCREV_omapzoom36x = "2e3c681c6228de2a3f8fbb0cfbc940e7ea825a09"
-
-OEV = "oe7"
-PE = "1"
+OEV = "oe8"
+PE = "2"
# The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc
-PV_omapzoom2 = "2.6.32.7-${OEV}"
-PV_omapzoom36x = "2.6.32-rc7-${OEV}"
-
-PR_append = "+gitr${SRCREV}"
-
+PV = "2.6.32.7-${OEV}+gitr${SRCREV}"
-SRC_URI_omapzoom2 = "git://dev.omapzoom.org/pub/scm/integration/kernel-omap3.git;branch=master;protocol=git \
+SRC_URI = "git://dev.omapzoom.org/pub/scm/integration/kernel-omap3.git;branch=master;protocol=git \
file://0042-musb-allow-host-io-without-gadget-module.patch \
- file://rev.patch \
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://0042-musb-allow-host-io-without-gadget-module.patch \
- file://rev.patch \
- file://logo_linux_clut224.ppm \
- file://defconfig"
-
-SRC_URI_append = " \
-"
-
S = "${WORKDIR}/git"
PACKAGES =+ "omap-dss-doc"
FILES_omap-dss-doc = "/boot/DSS"
-