diff options
author | Graeme Gregory <dp@xora.org.uk> | 2010-04-21 11:37:53 +0100 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2010-04-21 11:37:53 +0100 |
commit | cb025b960eb52ad834b3df588d8352d071b863b6 (patch) | |
tree | d2250d04e93f96e9ecbe9373ff6f792c9e464fa1 /recipes/linux/linux-omap-zoomsync_2.6.32.bb | |
parent | 188d4e13e053a9ced622469332e111d2460817a6 (diff) |
linux-omap-zoomsync_2.6.32.bb : OTG support without gadget
Taken from linux-omap-psp patches, makes zoom2 much more user friendly
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 = " \ " |