diff options
author | Koen Kooi <koen@openembedded.org> | 2009-01-11 11:25:32 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-01-11 11:26:07 +0100 |
commit | 59251a6dc6e2a75fd5306ae47f5db68c62b965eb (patch) | |
tree | f9a0cdbc5e825c93331617bbfa7a6a1c4e2b03b1 /packages/linux/linux-omap_2.6.27.bb | |
parent | 5cbd9ac4ce10fbfd643b31830ac885553ee58658 (diff) |
linux-omap 2.6.27: add patch for musb RX TX bug
Diffstat (limited to 'packages/linux/linux-omap_2.6.27.bb')
-rw-r--r-- | packages/linux/linux-omap_2.6.27.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/linux-omap_2.6.27.bb b/packages/linux/linux-omap_2.6.27.bb index 6aed140a9b..a5f5cad870 100644 --- a/packages/linux/linux-omap_2.6.27.bb +++ b/packages/linux/linux-omap_2.6.27.bb @@ -6,7 +6,7 @@ KERNEL_IMAGETYPE = "uImage" COMPATIBLE_MACHINE = "omap5912osk|omap1710h3|omap2430sdp|omap2420h4|beagleboard|omap3evm" SRCREV = "2a3408be17f287fdb5809c9b6c68e7ad96d25b74" -PR = "r11" +PR = "r12" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git \ file://defconfig" @@ -39,6 +39,7 @@ SRC_URI_append = " \ # file://openvz/openvz-2.6.27.diff;patch=1 \ file://sitecomwl168-support.diff;patch=1 \ file://nand.patch;patch=1 \ + file://musb-rxtx.patch;patch=1 \ " |