diff options
author | Koen Kooi <k-kooi@ti.com> | 2009-09-15 12:14:07 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-09-15 13:04:35 +0200 |
commit | ff4773355412adf6bb7258bb6c8b45bc43bb5d17 (patch) | |
tree | 3d9c51dd63b78eadad6294c2e1c333da14783823 /recipes/linux/linux-omap_2.6.31.bb | |
parent | dd6f2e9c436ee71f728f454ca118453479516a5b (diff) |
linux-omap 2.6.31: add memhole patch
Diffstat (limited to 'recipes/linux/linux-omap_2.6.31.bb')
-rw-r--r-- | recipes/linux/linux-omap_2.6.31.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/linux/linux-omap_2.6.31.bb b/recipes/linux/linux-omap_2.6.31.bb index cf7f69318f..b2387fc6e7 100644 --- a/recipes/linux/linux-omap_2.6.31.bb +++ b/recipes/linux/linux-omap_2.6.31.bb @@ -47,6 +47,7 @@ SRC_URI_append = " \ file://expansion-boards/tincantools-zippy.patch;patch=1 \ file://madc/madc-driver.patch;patch=1 \ file://madc/madc.patch;patch=1 \ + file://arch-has-holes.diff;patch=1 \ " SRC_URI_append_beagleboard = " file://logo_linux_clut224.ppm \ |