aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2011-06-11 01:58:56 +0200
committerAndrea Adami <andrea.adami@gmail.com>2011-06-11 01:58:56 +0200
commit7ac07f3dea7181c050a9695331bc6bb0f08df9df (patch)
treeb591cdf4515c484c47d99ba3a784f5c066a09574 /recipes/linux
parent5e8d3128c6f2b6f67a68c46f0c461f2c48cdb933 (diff)
downloadopenembedded-7ac07f3dea7181c050a9695331bc6bb0f08df9df.tar.gz
linux-kexecboot: move from 2.6.39 to 2.6.39.1
* track recent kexecboot changes * apply stable patchset * bump PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'recipes/linux')
-rw-r--r--recipes/linux/linux-kexecboot.inc2
-rw-r--r--recipes/linux/linux-kexecboot_2.6.39.bb6
2 files changed, 6 insertions, 2 deletions
diff --git a/recipes/linux/linux-kexecboot.inc b/recipes/linux/linux-kexecboot.inc
index 89febbb500..acf9380d94 100644
--- a/recipes/linux/linux-kexecboot.inc
+++ b/recipes/linux/linux-kexecboot.inc
@@ -1,5 +1,5 @@
# We set INC_PR here, since a change in the kexecboot recipe will need to get picked up by *all* the kernels:
-INC_PR = "r37"
+INC_PR = "r38"
inherit kernel siteinfo
diff --git a/recipes/linux/linux-kexecboot_2.6.39.bb b/recipes/linux/linux-kexecboot_2.6.39.bb
index 422a4b98d7..e7bfd3062c 100644
--- a/recipes/linux/linux-kexecboot_2.6.39.bb
+++ b/recipes/linux/linux-kexecboot_2.6.39.bb
@@ -15,7 +15,11 @@ DEFAULT_PREFERENCE_spitz = "1"
DEFAULT_PREFERENCE_tosa = "1"
SRC_URI += "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;name=kernel \
- file://defconfig"
+ ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.1.bz2;apply=yes;name=stablepatch \
+ file://defconfig \
+ "
SRC_URI[kernel.md5sum] = "1aab7a741abe08d42e8eccf20de61e05"
SRC_URI[kernel.sha256sum] = "584d17f2a3ee18a9501d7ff36907639e538cfdba4529978b8550c461d45c61f6"
+SRC_URI[stablepatch.md5sum] = "215f7ebaafe1175dbc5d1e439c9a96d5"
+SRC_URI[stablepatch.sha256sum] = "27c54f9ce3b04371219bda478b4c738fe6d7f58372625fbf0082039ccd994fb2"