diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-06 15:21:25 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-06 15:39:24 +0200 |
commit | 616a026e640dc5b322a3f4ba6f8de757f389f127 (patch) | |
tree | 23c799d4b30cfceaed2876483b5baefa6eddf007 /recipes/linux/linux-omap_2.6.29.bb | |
parent | c273263b147da671b5ee105eb85d4302daf33555 (diff) |
linux-omap 2.6.29: fixes
* add patch to fix leds
* tweak ISP patches to handle new API
* tweak beagleboard defconfig
Diffstat (limited to 'recipes/linux/linux-omap_2.6.29.bb')
-rw-r--r-- | recipes/linux/linux-omap_2.6.29.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/linux/linux-omap_2.6.29.bb b/recipes/linux/linux-omap_2.6.29.bb index 6300e0d708..23768690c6 100644 --- a/recipes/linux/linux-omap_2.6.29.bb +++ b/recipes/linux/linux-omap_2.6.29.bb @@ -94,6 +94,7 @@ SRC_URI_append = " \ # file://isp/base/0001-omap3-Add-base-address-definitions-and-resources-fo.patch;patch=1 \ # file://isp/standalone/0001-Resizer-and-Previewer-driver-added-to-commit.patch;patch=1 \ # file://isp/standalone/0002-Resizer-bug-fixes-on-top-of-1.0.2-release.patch;patch=1 \ + file://0124-leds-gpio-broken-with-current-git.patch;patch=1 \ " |