diff options
Diffstat (limited to 'recipes/kexecboot/linux-kexecboot_2.6.33+2.6.34-rc4.bb')
-rw-r--r-- | recipes/kexecboot/linux-kexecboot_2.6.33+2.6.34-rc4.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes/kexecboot/linux-kexecboot_2.6.33+2.6.34-rc4.bb b/recipes/kexecboot/linux-kexecboot_2.6.33+2.6.34-rc4.bb new file mode 100644 index 0000000000..665c8f76e1 --- /dev/null +++ b/recipes/kexecboot/linux-kexecboot_2.6.33+2.6.34-rc4.bb @@ -0,0 +1,22 @@ +require linux-kexecboot.inc + +KERNEL_RELEASE = "2.6.34-rc4" +OLD_KERNEL_RELEASE = "2.6.33" +PV = "${OLD_KERNEL_RELEASE}+${KERNEL_RELEASE}" +PR = "${INC_PR}.0" + +S = "${WORKDIR}/linux-${OLD_KERNEL_RELEASE}" + +# Mark archs/machines that this kernel supports +DEFAULT_PREFERENCE = "-1" + +SRC_URI += "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${OLD_KERNEL_RELEASE}.tar.bz2;name=kernel \ + ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/patch-${KERNEL_RELEASE}.bz2;name=patch;patch=1 \ + file://ARM-Add-support-for-LZMA-compressed-kernel-images.patch;patch=1;status=pending \ + file://defconfig" + +SRC_URI[kernel.md5sum] = "c3883760b18d50e8d78819c54d579b00" +SRC_URI[kernel.sha256sum] = "63e237de3b3c4c46a21833b9ce7e20574548d52dabbd1a8bf376041e4455d5c6" + +SRC_URI[patch.md5sum] = "c103b3168ad6128272c347f15822c77a" +SRC_URI[patch.sha256sum] = "944e167133fe0be7215ff09cc690e5fd2a63e189d3b95ee22aa736043af22061" |