diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-04-02 11:25:23 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-04-02 11:25:23 +0200 |
commit | c96829e8598d37bfea21fd68a679188cf5b6c476 (patch) | |
tree | de6196a3d5d7d75025ff047db282965f0318f22b /recipes/linux/linux-omap_2.6.29.bb | |
parent | eff1b8de89e6cbb876861557c9d18118e0486d08 (diff) |
linux-omap_2.6.29: added ehci patch
Diffstat (limited to 'recipes/linux/linux-omap_2.6.29.bb')
-rw-r--r-- | recipes/linux/linux-omap_2.6.29.bb | 4 |
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 \ " |