summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-10-30 08:19:56 +0000
committerRichard Purdie <richard@openedhand.com>2007-10-30 08:19:56 +0000
commit1ba6bdf2df5fdfea7c3c93cb2a1fc54c647b6877 (patch)
treec35764bd914b63f6809b8f686e45c25c7bb0c5bf
parent377ad260e41dd63ddecb5f2c5b85e363fc25505f (diff)
downloadopenembedded-core-1ba6bdf2df5fdfea7c3c93cb2a1fc54c647b6877.tar.gz
openembedded-core-1ba6bdf2df5fdfea7c3c93cb2a1fc54c647b6877.tar.bz2
openembedded-core-1ba6bdf2df5fdfea7c3c93cb2a1fc54c647b6877.tar.xz
openembedded-core-1ba6bdf2df5fdfea7c3c93cb2a1fc54c647b6877.zip
linux-cmx270: Add missing patch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3033 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/linux/linux-2.6.23/binutils-buildid-arm.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/packages/linux/linux-2.6.23/binutils-buildid-arm.patch b/meta/packages/linux/linux-2.6.23/binutils-buildid-arm.patch
new file mode 100644
index 000000000..68e35e89e
--- /dev/null
+++ b/meta/packages/linux/linux-2.6.23/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