From 8107ccfb855c193a1f675b1ecc3bfde07a4aa6a2 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 11 Nov 2010 15:18:31 -0700 Subject: [PATCH] linux 2.6.35: Update stable patch 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 --- recipes/linux/linux_2.6.35.bb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/recipes/linux/linux_2.6.35.bb b/recipes/linux/linux_2.6.35.bb index 64d8042122..51e23d2da9 100644 --- a/recipes/linux/linux_2.6.35.bb +++ b/recipes/linux/linux_2.6.35.bb @@ -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" -- 2.39.5