aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2012-02-29 02:25:25 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2012-02-29 21:19:10 +0000
commitfa1e6dcb524eb7ed29a6cd971a150d35c31e96e7 (patch)
treeb8d3714e1a6725894771f791a68db244697d816f /recipes-kernel
parent8e568e525e97befa2d74937c344a3578a252d97c (diff)
downloadmeta-handheld-fa1e6dcb524eb7ed29a6cd971a150d35c31e96e7.tar.gz
linux_3.2: update from 3.2.7 to 3.2.8
* apply latest stable patchset to match linux-yocto_3.2 * (work in progress to use linux-yocto as default kernel) * bump INC_PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-3.2.inc6
-rw-r--r--recipes-kernel/linux/linux_3.2.bb2
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-3.2.inc b/recipes-kernel/linux/linux-3.2.inc
index 3a37200..03302a7 100644
--- a/recipes-kernel/linux/linux-3.2.inc
+++ b/recipes-kernel/linux/linux-3.2.inc
@@ -3,12 +3,12 @@ DEFAULT_PREFERENCE = "-1"
COMPATIBLE_MACHINE = "(spitz)"
SRC_URI += "${KERNELORG_MIRROR}/linux/kernel/v3.x/linux-${PV}.tar.bz2;name=kernel \
- ${KERNELORG_MIRROR}/linux/kernel/v3.x/patch-${PV}.7.bz2;apply=yes;name=stablepatch \
+ ${KERNELORG_MIRROR}/linux/kernel/v3.x/patch-${PV}.8.bz2;apply=yes;name=stablepatch \
file://defconfig \
file://${LOGO_SIZE}/logo_linux_clut224.ppm.bz2 \
"
SRC_URI[kernel.md5sum] = "7ceb61f87c097fc17509844b71268935"
SRC_URI[kernel.sha256sum] = "c881fc2b53cf0da7ca4538aa44623a7de043a41f76fd5d0f51a31f6ed699d463"
-SRC_URI[stablepatch.md5sum] = "899624bffed6a19578613b672cc9483f"
-SRC_URI[stablepatch.sha256sum] = "779c548f4418f0baa782252d15a54fadf3c88d79fc547ee5801d31798020e701"
+SRC_URI[stablepatch.md5sum] = "202cb750babdda078d6cc2816ab353b1"
+SRC_URI[stablepatch.sha256sum] = "1853d2bd4222e554fb4c2c5d818b953be9e3c658636b58a0a5b3860d23312cda"
diff --git a/recipes-kernel/linux/linux_3.2.bb b/recipes-kernel/linux/linux_3.2.bb
index 6c15a88..8a7ab22 100644
--- a/recipes-kernel/linux/linux_3.2.bb
+++ b/recipes-kernel/linux/linux_3.2.bb
@@ -1,4 +1,4 @@
require linux.inc
require linux-${PV}.inc
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"