diff options
Diffstat (limited to 'recipes/linux/linux-omap_2.6.28.bb')
-rw-r--r-- | recipes/linux/linux-omap_2.6.28.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/linux/linux-omap_2.6.28.bb b/recipes/linux/linux-omap_2.6.28.bb index 9824d7e667..a64ff4b940 100644 --- a/recipes/linux/linux-omap_2.6.28.bb +++ b/recipes/linux/linux-omap_2.6.28.bb @@ -12,7 +12,7 @@ DEFAULT_PREFERENCE_overo = "1" SRCREV = "79d042a081d3e467c735bb0d9569ed6296f85a3c" PV = "2.6.28" -PR = "r14" +PR = "r15" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;branch=omap-2.6.28;protocol=git \ file://defconfig" @@ -51,6 +51,8 @@ SRC_URI_append = " \ file://0001-board-omap3beagle-set-i2c-3-to-100kHz.patch;patch=1 \ file://add-resizer-driver.patch;patch=1 \ file://usbttyfix.patch;patch=1 \ + file://ioremap-fix.patch;patch=1 \ + file://0124-leds-gpio-broken-with-current-git.patch;patch=1 \ " |