diff options
author | Koen Kooi <koen@openembedded.org> | 2009-08-17 18:15:45 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-08-17 18:15:45 +0200 |
commit | c661fd43a2252141784feadc86c5adf324eda9fc (patch) | |
tree | 1f428797b4994af5bf6e6651a774fb54db346127 /recipes/linux/linux-omap_2.6.29.bb | |
parent | 48011a79e2c3014ce4e94a67a6b57f3363b3a660 (diff) |
linux-omap* 2.6.29: add patch that should solve the memhole problem
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 843149d30d..9f390d4f6e 100644 --- a/recipes/linux/linux-omap_2.6.29.bb +++ b/recipes/linux/linux-omap_2.6.29.bb @@ -162,6 +162,7 @@ SRC_URI_append = " \ file://vfp/03-vfp-corruption.patch;patch=1 \ file://vfp/04-vfp-threads.patch;patch=1 \ file://vfp/05-vfp-signal-handlers.patch;patch=1 \ + file://arch-has-holes.diff;patch=1 \ " |