linux 2.6.35: Update stable patch
authorTom Rini <tom_rini@mentor.com>
Thu, 11 Nov 2010 22:18:31 +0000 (15:18 -0700)
committerTom Rini <tom_rini@mentor.com>
Sat, 13 Nov 2010 17:47:31 +0000 (10:47 -0700)
Since this is the first offical embedded linux flag version,
this will hopefully get a lot more machines added to it over time.

Added in a STABLEV variable near PR and use that to get the stable
patch file.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/linux/linux_2.6.35.bb

index 64d8042..51e23d2 100644 (file)
@@ -1,6 +1,7 @@
 require linux.inc
 
-PR = "r2"
+STABLEV = "8"
+PR = "r3"
 
 # Mark archs/machines that this kernel supports
 DEFAULT_PREFERENCE = "-1"
@@ -10,7 +11,7 @@ DEFAULT_PREFERENCE_qemumips64 = "1"
 DEFAULT_PREFERENCE_sh7785lcr = "1"
 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/${P}.tar.bz2;name=kernel \
-           ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.1.bz2;apply=yes;name=stablepatch \
+           ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.${STABLEV}.bz2;apply=yes;name=stablepatch \
            file://fix.module.loading.16310.patch \
            file://defconfig "
 
@@ -25,5 +26,5 @@ SRC_URI_append_rx1950 = "file://0001-s3c2410_ts-add-fake-pressure-events.patch \
 
 SRC_URI[kernel.md5sum] = "091abeb4684ce03d1d936851618687b6"
 SRC_URI[kernel.sha256sum] = "18b2e2c336032e366c942622b77302cb05fc034fb19018f086a4ebc9ed41bfcf"
-SRC_URI[stablepatch.md5sum] = "3b9d79bebb2e022c0906ca1cd54bd970"
-SRC_URI[stablepatch.sha256sum] = "921ddd008bfa81830e54c9a6d142848b91dbfff9b98ad5ce78282f78b76c9671"
+SRC_URI[stablepatch.md5sum] = "198e4e72ea9cc7f9f25bb5881167aa2e"
+SRC_URI[stablepatch.sha256sum] = "cc8bd636ba49ee7ad1095cebf32a4bf0d2edcd60a5aaf29206297e9218904eb1"