diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-09 15:04:36 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-10 07:43:06 +0100 |
commit | fe3c4cdc42e81d36146a90f44c4d4ab059ee0dbc (patch) | |
tree | 4c0193aa4292628267ae2cfcc956dc8992e00138 /recipes/linux/linux-openmoko-2.6.32_git.bb | |
parent | aefc8c29f6f6014c20c86593cf15ffd69c28b1a8 (diff) |
linux-openmoko-2.6.32: upgrade to 2.6.32.8, drop applied patch
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, 3 insertions, 5 deletions
diff --git a/recipes/linux/linux-openmoko-2.6.32_git.bb b/recipes/linux/linux-openmoko-2.6.32_git.bb index d66f29f0e5..8861375808 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.7" +KERNEL_RELEASE="2.6.32.8" OEV = "oe1" PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCREV}" @@ -16,8 +16,6 @@ SRC_URI = "\ file://defconfig \ # build fix file://0001-wm8753-fix-build-with-gcc-4.4.2-which-works-ok-with-.patch;patch=1 \ -# needed only for 2.6.32.7+ - file://fix.compilation.if.no.GENERIC_TIME.patch;patch=1 \ # patches from Weiss's gdrm-2.6.31 branch file://0001-DRM-for-platform-devices.patch;patch=1 \ file://0002-Glamo-DRM-and-KMS-driver.patch;patch=1 \ @@ -28,8 +26,8 @@ SRC_URI = "\ file://0002-glamo-drm-select-DRM_KMS_HELPER-for-crtc-functions.patch;patch=1 \ " -SRC_URI[stablepatch.md5sum] = "a68305d3e77dddc9555ba58f678a1ce2" -SRC_URI[stablepatch.sha256sum] = "b3382d02ec25e3ae86fac7852ba540e59af770a76604d317b39df57505b376bf" +SRC_URI[stablepatch.md5sum] = "eabf01da4c72f7ea5b4e4bf8e8535e5f" +SRC_URI[stablepatch.sha256sum] = "50c08a7ffcad1e7cd2e7c2c906795896dd36ce71249d816914c306dcc5875fd2" S = "${WORKDIR}/git" |