diff options
Diffstat (limited to 'recipes/linux/linux-omap-zoomsync_2.6.32.bb')
-rw-r--r-- | recipes/linux/linux-omap-zoomsync_2.6.32.bb | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/recipes/linux/linux-omap-zoomsync_2.6.32.bb b/recipes/linux/linux-omap-zoomsync_2.6.32.bb index b869a8881c..8c556fb789 100644 --- a/recipes/linux/linux-omap-zoomsync_2.6.32.bb +++ b/recipes/linux/linux-omap-zoomsync_2.6.32.bb @@ -14,7 +14,7 @@ SRCREV_omapzoom2 = "015cbaf1035cd9a61d33a27de2a22902555db3c5" SRCREV_omapzoom36x = "2e3c681c6228de2a3f8fbb0cfbc940e7ea825a09" -OEV = "oe6" +OEV = "oe7" PE = "1" # The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc @@ -25,14 +25,16 @@ PR_append = "+gitr${SRCREV}" SRC_URI_omapzoom2 = "git://dev.omapzoom.org/pub/scm/integration/kernel-omap3.git;branch=master;protocol=git \ + file://0042-musb-allow-host-io-without-gadget-module.patch;patch=1 \ file://rev.patch;patch=1 \ - file://logo_linux_clut224.ppm \ - file://defconfig" + 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;patch=1 \ file://rev.patch;patch=1 \ - file://logo_linux_clut224.ppm \ - file://defconfig" + file://logo_linux_clut224.ppm \ + file://defconfig" SRC_URI_append = " \ " |