aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-openmoko-2.6.34_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-08-04 11:09:28 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-08-04 13:27:56 +0200
commit51db35298e29248ce41074d9478c957310b15ead (patch)
tree84e946b2da2082ac4c21a15ab3e12b560f078c60 /recipes/linux/linux-openmoko-2.6.34_git.bb
parentb4358c1cb0d8bb507b14e74adf4ceb447608090f (diff)
downloadopenembedded-51db35298e29248ce41074d9478c957310b15ead.tar.gz
linux-openmoko-2.6.34: move to 2.6.34.2, modularize defconfig as 2.6.32 is now
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.bb10
1 files changed, 7 insertions, 3 deletions
diff --git a/recipes/linux/linux-openmoko-2.6.34_git.bb b/recipes/linux/linux-openmoko-2.6.34_git.bb
index d891896229..abb86904a3 100644
--- a/recipes/linux/linux-openmoko-2.6.34_git.bb
+++ b/recipes/linux/linux-openmoko-2.6.34_git.bb
@@ -1,7 +1,7 @@
require linux.inc
require linux-openmoko.inc
-KERNEL_RELEASE="2.6.34"
+KERNEL_RELEASE="2.6.34.2"
SRCREV = "3f6725d43021d2d7597027e36020df5b44d0667e"
OEV = "oe4.6"
@@ -9,12 +9,13 @@ PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCPV}"
SRC_URI = "\
git://git.openmoko.org/git/kernel.git;protocol=git;branch=om-gta02-2.6.34 \
+# Latest stablepatch
+ ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${KERNEL_RELEASE}.bz2;apply=yes;name=stablepatch \
# build fix
file://wm8753-fix-build-with-gcc-4.4.2-which-works-ok-with-.patch \
+ file://0001-glamo-core-move-glamo_engine_reg_set-definition-outs.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 \
@@ -35,6 +36,9 @@ SRC_URI = "\
file://defconfig \
"
+SRC_URI[stablepatch.md5sum] = "6ce06c43ddb9cd557cbbd25d4e0d0033"
+SRC_URI[stablepatch.sha256sum] = "7dda0d094a3daccb9b51e33f074efa10e3e4f2fa1489194b3564bbb93b86a567"
+
S = "${WORKDIR}/git"
do_configure_prepend() {