diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-17 12:53:23 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-17 13:40:02 +0200 |
commit | 98bed2876d7dd88cc25f1c70929f1d632b8f95ee (patch) | |
tree | 25ed3bfcb309c15ff7fdef52a9733920a674afac /recipes/linux/linux-openmoko-2.6.32_git.bb | |
parent | 90fc51ebe1c85b8c539dcb3a62e44933b74b1649 (diff) |
linux-openmoko-2.6.32: move to 2.6.32.13, add 2 more patches
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/linux/linux-openmoko-2.6.32_git.bb')
-rw-r--r-- | recipes/linux/linux-openmoko-2.6.32_git.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes/linux/linux-openmoko-2.6.32_git.bb b/recipes/linux/linux-openmoko-2.6.32_git.bb index bb1bc50082..fb842419dd 100644 --- a/recipes/linux/linux-openmoko-2.6.32_git.bb +++ b/recipes/linux/linux-openmoko-2.6.32_git.bb @@ -3,7 +3,7 @@ require linux-openmoko.inc DESCRIPTION_${PN} = "Linux ${KERNEL_RELEASE} kernel for the Openmoko Neo GSM Smartphones" -KERNEL_RELEASE="2.6.32.12" +KERNEL_RELEASE="2.6.32.13" SRCREV = "a9254be10ac2294ea20165a87c09ea6afcf66d94" OEV = "oe1" @@ -40,10 +40,12 @@ SRC_URI = "\ file://0022-JBT6k74-tweaks-Make-resolution-switch-work.patch;patch=1 \ file://0023-Remove-a-couple-of-debugging-messages.patch;patch=1 \ file://0024-Enable-dummy-frames-when-switching-resolution.patch;patch=1 \ + file://0025-Almost-make-rotation-work.patch;patch=1 \ + file://0026-gta02-defconfigs-enable-LEDS_S3C24XX.patch;patch=1 \ " -SRC_URI[stablepatch.md5sum] = "9d097d34648a1734b1a7f97c5d000f03" -SRC_URI[stablepatch.sha256sum] = "e03ffcd2c88e936e581e5f7a7c675d11345064f2e3df96e335e5438c6593e3e7" +SRC_URI[stablepatch.md5sum] = "ba6abb1ffee513a1d4f831599ddae490" +SRC_URI[stablepatch.sha256sum] = "baf6dff5d1c478e65decf2e8b704c60e546ea37c4de59ee8eb6af9dd3d63f145" S = "${WORKDIR}/git" |