aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-openmoko-2.6.29_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-06-05 09:10:55 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-06-08 22:52:12 +0200
commitcd5497ac36bcc3a03137fc4aa19906badf5157a4 (patch)
tree0211fb9b7007ee0a1fa05c104cab8a1544af67d0 /recipes/linux/linux-openmoko-2.6.29_git.bb
parent2d0589a1de227bca62cd67a58e65efb4a7bea025 (diff)
downloadopenembedded-cd5497ac36bcc3a03137fc4aa19906badf5157a4.tar.gz
linux-openmoko-2.6.29: fix for lost touchscreen bug #2328
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/linux/linux-openmoko-2.6.29_git.bb')
-rw-r--r--recipes/linux/linux-openmoko-2.6.29_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/linux/linux-openmoko-2.6.29_git.bb b/recipes/linux/linux-openmoko-2.6.29_git.bb
index a7140ee70c..82b838ff69 100644
--- a/recipes/linux/linux-openmoko-2.6.29_git.bb
+++ b/recipes/linux/linux-openmoko-2.6.29_git.bb
@@ -7,12 +7,13 @@ KERNEL_VERSION = "2.6.29-rc3"
SRCREV = "973a41fce60e5f6edfcf0eaf94056a57eee65e16"
OMV = "oe11"
PV = "${KERNEL_RELEASE}-${OMV}+gitr${SRCPV}"
-PR = "r8"
+PR = "r9"
SRC_URI = "\
git://git.openmoko.org/git/kernel.git;protocol=git;branch=andy-tracking \
file://fix-install.patch \
file://0007-Enable-UBI-UBIFS.patch \
+ file://touchscreen_ignoreunexpectedintr29.patch \
"
S = "${WORKDIR}/git"