diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-25 09:27:49 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-25 09:37:29 +0100 |
commit | be0411e84c44d58db7b91c2159f3bb6fc2d1ee2c (patch) | |
tree | 6bcdb2a76db30d0866e3e54240ecbb39b7179aa4 /recipes/linux/linux-openmoko-2.6.32_git.bb | |
parent | 27206b57ce85406e71a7b0af4996f48b7cfde3be (diff) |
linux-openmoko: move srcrevs to recipes, bump 2.6.32 version
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 | 7 |
1 files changed, 4 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 8cec2474f8..7c685b183f 100644 --- a/recipes/linux/linux-openmoko-2.6.32_git.bb +++ b/recipes/linux/linux-openmoko-2.6.32_git.bb @@ -3,8 +3,9 @@ require linux-openmoko.inc DESCRIPTION_${PN} = "Linux ${KERNEL_RELEASE} kernel for the Openmoko Neo GSM Smartphones" -KERNEL_RELEASE="2.6.32.8" +KERNEL_RELEASE="2.6.32.9" +SRCREV = "14be1091928fcce66812a85129768fb253b36420" OEV = "oe1" PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCREV}" PR = "r1" @@ -27,8 +28,8 @@ SRC_URI = "\ file://0009-A-couple-of-GEM-refcounting-fixes.patch;patch=1 \ " -SRC_URI[stablepatch.md5sum] = "eabf01da4c72f7ea5b4e4bf8e8535e5f" -SRC_URI[stablepatch.sha256sum] = "50c08a7ffcad1e7cd2e7c2c906795896dd36ce71249d816914c306dcc5875fd2" +SRC_URI[stablepatch.md5sum] = "7f615dd3b4a3b19fb86e479996a2deb5" +SRC_URI[stablepatch.sha256sum] = "8aeb15c31fb09c769f004c8dc51e29aa26be8e84d70db418af70ecefc463459a" S = "${WORKDIR}/git" |