aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux_2.6.34.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-05-30 00:10:47 -0700
committerKhem Raj <raj.khem@gmail.com>2010-05-30 00:12:40 -0700
commited878a05bcbc9d1695e70123f79eb21f6610d565 (patch)
tree302a4af2babbc49f30c60c7908a5bfcd0f74fcec /recipes/linux/linux_2.6.34.bb
parentb2992054c508e4cb7d01b93810308fa797f4ef20 (diff)
downloadopenembedded-ed878a05bcbc9d1695e70123f79eb21f6610d565.tar.gz
linux_2.6.34.bb: Fix the boot issue due to naked functions when compiled with gcc 4.5
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/linux/linux_2.6.34.bb')
-rw-r--r--recipes/linux/linux_2.6.34.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/linux/linux_2.6.34.bb b/recipes/linux/linux_2.6.34.bb
index 9dd7b35d42..de76b4fbb1 100644
--- a/recipes/linux/linux_2.6.34.bb
+++ b/recipes/linux/linux_2.6.34.bb
@@ -1,5 +1,7 @@
require linux.inc
+PR = "r1"
+
# Mark archs/machines that this kernel supports
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_qemuarm = "1"
@@ -10,6 +12,7 @@ DEFAULT_PREFERENCE_qemux86 = "1"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/${P}.tar.bz2;name=kernel \
file://ARM-Add-support-for-LZMA-compressed-kernel-images.patch;status=pending \
+ file://patches/use-noclone-attribute-for-naked.patch;status=pending \
file://defconfig"
SRC_URI[kernel.md5sum] = "10eebcb0178fb4540e2165bfd7efc7ad"