diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2012-03-06 22:07:45 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-03-07 07:30:11 +0100 |
commit | ba71c678ef8dd90b9c3ee075846ffa5f4c2605be (patch) | |
tree | e16d33dac86776b1776096985de92c598f224d28 /meta-initramfs | |
parent | 13354c9e1993f6196c2c9f714a8c815f4fe27b54 (diff) | |
download | meta-openembedded-ba71c678ef8dd90b9c3ee075846ffa5f4c2605be.tar.gz |
linux_kexecboot_3.2: upgrade from 3.2.8 to 3.2.9
* apply latest patchset
* bump PR
* catch up and sync with linux-yocto (wip)
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-initramfs')
-rw-r--r-- | meta-initramfs/recipes-kernel/linux/linux-kexecboot_3.2.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-initramfs/recipes-kernel/linux/linux-kexecboot_3.2.bb b/meta-initramfs/recipes-kernel/linux/linux-kexecboot_3.2.bb index 29b465efe..5492183a1 100644 --- a/meta-initramfs/recipes-kernel/linux/linux-kexecboot_3.2.bb +++ b/meta-initramfs/recipes-kernel/linux/linux-kexecboot_3.2.bb | |||
@@ -1,13 +1,13 @@ | |||
1 | require linux-kexecboot.inc | 1 | require linux-kexecboot.inc |
2 | 2 | ||
3 | PR = "${INC_PR}.3" | 3 | PR = "${INC_PR}.4" |
4 | S = "${WORKDIR}/linux-${PV}" | 4 | S = "${WORKDIR}/linux-${PV}" |
5 | 5 | ||
6 | SRC_URI += "${KERNELORG_MIRROR}/linux/kernel/v3.x/linux-${PV}.tar.bz2;name=kernel \ | 6 | SRC_URI += "${KERNELORG_MIRROR}/linux/kernel/v3.x/linux-${PV}.tar.bz2;name=kernel \ |
7 | ${KERNELORG_MIRROR}/linux/kernel/v3.x/patch-${PV}.8.bz2;apply=yes;name=stablepatch \ | 7 | ${KERNELORG_MIRROR}/linux/kernel/v3.x/patch-${PV}.9.bz2;apply=yes;name=stablepatch \ |
8 | " | 8 | " |
9 | 9 | ||
10 | SRC_URI[kernel.md5sum] = "7ceb61f87c097fc17509844b71268935" | 10 | SRC_URI[kernel.md5sum] = "7ceb61f87c097fc17509844b71268935" |
11 | SRC_URI[kernel.sha256sum] = "c881fc2b53cf0da7ca4538aa44623a7de043a41f76fd5d0f51a31f6ed699d463" | 11 | SRC_URI[kernel.sha256sum] = "c881fc2b53cf0da7ca4538aa44623a7de043a41f76fd5d0f51a31f6ed699d463" |
12 | SRC_URI[stablepatch.md5sum] = "202cb750babdda078d6cc2816ab353b1" | 12 | SRC_URI[stablepatch.md5sum] = "4610f3e62a5446422d1e81a90ab3cd06" |
13 | SRC_URI[stablepatch.sha256sum] = "1853d2bd4222e554fb4c2c5d818b953be9e3c658636b58a0a5b3860d23312cda" | 13 | SRC_URI[stablepatch.sha256sum] = "7836685dee161a4ffaf887b8e2f8dd3cb7712e690d0942fefb1db09bb6ad3871" |