diff options
author | Koen Kooi <koen@openembedded.org> | 2009-11-04 11:46:36 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-04 11:46:36 +0100 |
commit | 358b3c8894088e196747a1f64961d43d9656c3e1 (patch) | |
tree | 8489f956510acb9b648f7eb42015f94708a21223 /recipes/linux/linux-omap_2.6.29.bb | |
parent | 8ac85f656c678b4e0cb458e8e5876f4c37756eff (diff) |
linux-omap 2.6.29: backport some relocations from .31, this is needed if you are using one of those broken CSL binutils
Diffstat (limited to 'recipes/linux/linux-omap_2.6.29.bb')
-rw-r--r-- | recipes/linux/linux-omap_2.6.29.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/linux/linux-omap_2.6.29.bb b/recipes/linux/linux-omap_2.6.29.bb index 465d5adc00..130f9a8f69 100644 --- a/recipes/linux/linux-omap_2.6.29.bb +++ b/recipes/linux/linux-omap_2.6.29.bb @@ -166,6 +166,8 @@ SRC_URI_append = " \ file://arch-has-holes.diff;patch=1 \ file://cache/l1cache-shift.patch;patch=1 \ file://cache/copy-page-tweak.patch;patch=1 \ + file://2.6.29_relocation_1.patch;patch=1 \ + file://2.6.29_relocation_2.patch;patch=1 \ " |