diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-08 00:20:20 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-08 08:52:20 +0200 |
commit | bea19a4d742e70488d2b671ede3081fac79c5b06 (patch) | |
tree | 6697590f1ab5df1cbbc9d603df7243426fe46fde /recipes/linux/linux-openmoko-2.6.34_git.bb | |
parent | 55f37fa10302d00d48c1e61b8c7267d6492d8d41 (diff) |
linux-openmoko-2.6.34: add slow resume fix #2337
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, 3 insertions, 2 deletions
diff --git a/recipes/linux/linux-openmoko-2.6.34_git.bb b/recipes/linux/linux-openmoko-2.6.34_git.bb index d191e0b941..1947b8461a 100644 --- a/recipes/linux/linux-openmoko-2.6.34_git.bb +++ b/recipes/linux/linux-openmoko-2.6.34_git.bb @@ -3,8 +3,8 @@ require linux-openmoko.inc KERNEL_RELEASE="2.6.34" -SRCREV = "dd1225cc08c3375bf80289ac1965c724881b149a" -OEV = "oe3" +SRCREV = "7d1467b5820a384e3e274ee051f44ff749c5ab71" +OEV = "oe4" PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCPV}" SRC_URI = "\ @@ -15,6 +15,7 @@ SRC_URI = "\ file://touchscreen_ignoreunexpectedintr34.patch \ # fix runtime issue when built with gcc-4.5 file://use-noclone-attribute-for-naked.patch \ + file://pcf.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 \ |