diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-02 15:00:48 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-03 09:24:01 +0200 |
commit | c0f6de52cbb831481d2ac07a258ae334fa2a6f23 (patch) | |
tree | 8c826e6982ee37dba557678054da33cb0eaf0775 /recipes/linux/linux-openmoko-2.6.34_git.bb | |
parent | 0a1635529a4a8cc5dfe614695bc8dd506f657f21 (diff) |
linux-openmoko-2.6.34: add patch for proper gsm sysfs node path
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.bb | 5 |
1 files changed, 4 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 c3146dfbe9..d891896229 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 = "3f6725d43021d2d7597027e36020df5b44d0667e" -OEV = "oe4.4" +OEV = "oe4.6" PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCPV}" SRC_URI = "\ @@ -24,11 +24,14 @@ SRC_URI = "\ file://0006-Debug-statements-for-testing.patch \ file://0007-Fix-claim-of-2D-register-resource.patch \ file://0008-Use-unlocked_ioctl-rather-than-ioctl.patch \ + file://0001-glamo-display-Enable-FIFO-stage-for-the-LCD-engine-s.patch \ # patches from Radek Polak used in qtmoko file://0001-accels.patch.patch \ file://0002-usbhost.patch.patch \ file://0003-ar6000_delay.patch.patch \ file://0004-save_regs.patch.patch \ +# sysfs node path fix + file://0001-mach-gta02-fix-gsm-power_on-sysfs-node-path.patch \ file://defconfig \ " |