aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-openmoko-2.6.34_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-05-30 17:02:48 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-06-05 10:19:57 +0200
commitf814ce00892d78aefe1cc4311849c9b227a6310e (patch)
treed0a53e3c21cb22853ec951dc8b0c8106617ed119 /recipes/linux/linux-openmoko-2.6.34_git.bb
parent101d302e46ec667fdde1d933fd1c5400a97cb769 (diff)
downloadopenembedded-f814ce00892d78aefe1cc4311849c9b227a6310e.tar.gz
linux-openmoko-2.6.34: add patch for building with gcc-4.5.0 (from linux_2.6.34)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/linux/linux-openmoko-2.6.34_git.bb')
-rw-r--r--recipes/linux/linux-openmoko-2.6.34_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/linux/linux-openmoko-2.6.34_git.bb b/recipes/linux/linux-openmoko-2.6.34_git.bb
index fd2ddb2ab5..d191e0b941 100644
--- a/recipes/linux/linux-openmoko-2.6.34_git.bb
+++ b/recipes/linux/linux-openmoko-2.6.34_git.bb
@@ -4,7 +4,7 @@ require linux-openmoko.inc
KERNEL_RELEASE="2.6.34"
SRCREV = "dd1225cc08c3375bf80289ac1965c724881b149a"
-OEV = "oe2"
+OEV = "oe3"
PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCPV}"
SRC_URI = "\
@@ -13,6 +13,8 @@ SRC_URI = "\
file://wm8753-fix-build-with-gcc-4.4.2-which-works-ok-with-.patch \
# fix for lost touchscreen https://docs.openmoko.org/trac/ticket/2328
file://touchscreen_ignoreunexpectedintr34.patch \
+# fix runtime issue when built with gcc-4.5
+ file://use-noclone-attribute-for-naked.patch \
# patches from Thomas White's gdrm-for-merging branch
file://0001-DRM-for-platform-devices.patch \
file://0002-Glamo-DRM-and-KMS-driver.patch \