diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-04 17:42:23 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-04 17:42:23 +0200 |
commit | d0df927cf6622f77b6967382cba9de5fc00d80a7 (patch) | |
tree | cd6a920cd27de1edaeb41c7e6ef0f0522b631a64 /recipes/linux/linux-omap_2.6.29.bb | |
parent | 3a360fac229ee0c00b5f90391c5518cd08a61f54 (diff) |
linux-omap 2.6.29: update overo bits and apply some patches from the overo OE branch
Diffstat (limited to 'recipes/linux/linux-omap_2.6.29.bb')
-rw-r--r-- | recipes/linux/linux-omap_2.6.29.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes/linux/linux-omap_2.6.29.bb b/recipes/linux/linux-omap_2.6.29.bb index 64f077aad7..a33930ac10 100644 --- a/recipes/linux/linux-omap_2.6.29.bb +++ b/recipes/linux/linux-omap_2.6.29.bb @@ -25,16 +25,21 @@ SRC_URI_append = " \ file://make-alignment-visible.diff;patch=1 \ file://mmctiming.patch;patch=1 \ file://ehci.patch;patch=1 \ + file://fix-audio-capture.patch;patch=1 \ + file://ads7846-detection.patch;patch=1 \ " SRC_URI_append_beagleboard = " file://logo_linux_clut224.ppm \ - " + file://beagle-asoc.patch;patch=1 \ +" SRC_URI_append_omap3evm = " \ file://evm-mcspi-ts.diff;patch=1 \ " + + S = "${WORKDIR}/git" |