summaryrefslogtreecommitdiff
path: root/recipes/linux/linux-omap_2.6.29.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/linux/linux-omap_2.6.29.bb')
-rw-r--r--recipes/linux/linux-omap_2.6.29.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/linux/linux-omap_2.6.29.bb b/recipes/linux/linux-omap_2.6.29.bb
index 0138e7678c..59f97f11ae 100644
--- a/recipes/linux/linux-omap_2.6.29.bb
+++ b/recipes/linux/linux-omap_2.6.29.bb
@@ -5,12 +5,11 @@ KERNEL_IMAGETYPE = "uImage"
COMPATIBLE_MACHINE = "omap5912osk|omap1710h3|omap2430sdp|omap2420h4|beagleboard|omap3evm|omap3-pandora|overo|omapzoom"
-# This is missing the EHCI patch for beagle
DEFAULT_PREFERENCE = "-1"
SRCREV = "90e758af52ba803cba233fabee81176d99589f09"
-PR = "r4+gitr${SRCREV}"
+PR = "r5+gitr${SRCREV}"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git \
file://defconfig"
@@ -25,6 +24,7 @@ SRC_URI_append = " \
file://fix-unaligned-access.diff;patch=1 \
file://make-alignment-visible.diff;patch=1 \
file://mmctiming.patch;patch=1 \
+ file://ehci.patch;patch=1 \
"