[oe-commits] Tom Rini : linux 2.6.35: Update stable patch

git version control git at git.openembedded.org
Sat Nov 13 17:55:21 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8107ccfb855c193a1f675b1ecc3bfde07a4aa6a2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8107ccfb855c193a1f675b1ecc3bfde07a4aa6a2

Author: Tom Rini <tom_rini at mentor.com>
Date:   Thu Nov 11 15:18:31 2010 -0700

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 <tom_rini at mentor.com>

---

 recipes/linux/linux_2.6.35.bb |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/recipes/linux/linux_2.6.35.bb b/recipes/linux/linux_2.6.35.bb
index 64d8042..51e23d2 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"





More information about the Openembedded-commits mailing list