summaryrefslogtreecommitdiff
path: root/meta/packages/linux/linux-rp-2.6.22+2.6.23-rc4
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@openedhand.com>2007-09-11 22:40:40 +0000
committerSamuel Ortiz <sameo@openedhand.com>2007-09-11 22:40:40 +0000
commit57348b300be0b7c51c07df556db93e3731b64b5a (patch)
tree912833ba20f8db48d6f4b212557fa88466204dcd /meta/packages/linux/linux-rp-2.6.22+2.6.23-rc4
parent7c5e63702a18d6c53fcbf75ee3a90cd1e1526391 (diff)
downloadopenembedded-core-57348b300be0b7c51c07df556db93e3731b64b5a.tar.gz
openembedded-core-57348b300be0b7c51c07df556db93e3731b64b5a.tar.bz2
openembedded-core-57348b300be0b7c51c07df556db93e3731b64b5a.tar.xz
openembedded-core-57348b300be0b7c51c07df556db93e3731b64b5a.zip
linux-rp_2.6.22+2.6.23-rc4: Fix objcopy confusion with bintuils 2.18
With binutils 2.18, on x86_64, objcopy gets confused with the .note.gnu.build-id section and produces a 3.1 Go Image file. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2726 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/linux/linux-rp-2.6.22+2.6.23-rc4')
-rw-r--r--meta/packages/linux/linux-rp-2.6.22+2.6.23-rc4/binutils-buildid-arm.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/packages/linux/linux-rp-2.6.22+2.6.23-rc4/binutils-buildid-arm.patch b/meta/packages/linux/linux-rp-2.6.22+2.6.23-rc4/binutils-buildid-arm.patch
new file mode 100644
index 000000000..68e35e89e
--- /dev/null
+++ b/meta/packages/linux/linux-rp-2.6.22+2.6.23-rc4/binutils-buildid-arm.patch
@@ -0,0 +1,16 @@
+---
+ arch/arm/kernel/vmlinux.lds.S | 1 +
+ 1 file changed, 1 insertion(+)
+
+Index: linux-2.6.22/arch/arm/kernel/vmlinux.lds.S
+===================================================================
+--- linux-2.6.22.orig/arch/arm/kernel/vmlinux.lds.S 2007-09-11 18:32:29.000000000 +0200
++++ linux-2.6.22/arch/arm/kernel/vmlinux.lds.S 2007-09-11 18:33:42.000000000 +0200
+@@ -94,6 +94,7 @@
+ TEXT_TEXT
+ SCHED_TEXT
+ LOCK_TEXT
++ *(.note.*)
+ #ifdef CONFIG_MMU
+ *(.fixup)
+ #endif