[oe-commits] Martin Jansa : linux(-kexecboot)-2.6.35: upgrade to latest stablepatch 2.6. 35.1

git version control git at git.openembedded.org
Wed Aug 11 07:33:55 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Aug 11 08:43:34 2010 +0200

linux(-kexecboot)-2.6.35: upgrade to latest stablepatch 2.6.35.1

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/kexecboot/linux-kexecboot_2.6.35.bb |    9 ++++++---
 recipes/linux/linux_2.6.35.bb               |    5 +++++
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/recipes/kexecboot/linux-kexecboot_2.6.35.bb b/recipes/kexecboot/linux-kexecboot_2.6.35.bb
index c5be10e..3b36cf8 100644
--- a/recipes/kexecboot/linux-kexecboot_2.6.35.bb
+++ b/recipes/kexecboot/linux-kexecboot_2.6.35.bb
@@ -1,6 +1,6 @@
 require linux-kexecboot.inc
 
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
 
 S = "${WORKDIR}/linux-${PV}"
 
@@ -8,8 +8,11 @@ S = "${WORKDIR}/linux-${PV}"
 DEFAULT_PREFERENCE = "-1"
 
 SRC_URI += "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;name=kernel \
-           file://fix.module.loading.16310.patch \
-           file://defconfig"
+            ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.1.bz2;apply=yes;name=stablepatch \
+            file://fix.module.loading.16310.patch \
+            file://defconfig"
 
 SRC_URI[kernel.md5sum] = "091abeb4684ce03d1d936851618687b6"
 SRC_URI[kernel.sha256sum] = "18b2e2c336032e366c942622b77302cb05fc034fb19018f086a4ebc9ed41bfcf"
+SRC_URI[stablepatch.md5sum] = "3b9d79bebb2e022c0906ca1cd54bd970"
+SRC_URI[stablepatch.sha256sum] = "921ddd008bfa81830e54c9a6d142848b91dbfff9b98ad5ce78282f78b76c9671"
diff --git a/recipes/linux/linux_2.6.35.bb b/recipes/linux/linux_2.6.35.bb
index 68c0cbb..fa22b56 100644
--- a/recipes/linux/linux_2.6.35.bb
+++ b/recipes/linux/linux_2.6.35.bb
@@ -1,11 +1,16 @@
 require linux.inc
 
+PR = "r1"
+
 # Mark archs/machines that this kernel supports
 DEFAULT_PREFERENCE = "-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 \
            file://fix.module.loading.16310.patch \
            file://defconfig"
 
 SRC_URI[kernel.md5sum] = "091abeb4684ce03d1d936851618687b6"
 SRC_URI[kernel.sha256sum] = "18b2e2c336032e366c942622b77302cb05fc034fb19018f086a4ebc9ed41bfcf"
+SRC_URI[stablepatch.md5sum] = "3b9d79bebb2e022c0906ca1cd54bd970"
+SRC_URI[stablepatch.sha256sum] = "921ddd008bfa81830e54c9a6d142848b91dbfff9b98ad5ce78282f78b76c9671"





More information about the Openembedded-commits mailing list