From 27206b57ce85406e71a7b0af4996f48b7cfde3be Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 25 Feb 2010 09:29:52 +0100 Subject: [PATCH] linux-kexecboot: add 2.6.33 version Signed-off-by: Martin Jansa --- ...rt-for-LZMA-compressed-kernel-images.patch | 0 .../akita/defconfig | 0 .../c7x0/defconfig | 0 .../spitz/defconfig | 0 .../linux-kexecboot_2.6.32+2.6.33-rc8_git.bb | 28 ------------------- recipes/kexecboot/linux-kexecboot_2.6.33.bb | 15 ++++++++++ 6 files changed, 15 insertions(+), 28 deletions(-) rename recipes/kexecboot/{linux-kexecboot-2.6.32+2.6.33-rc8 => linux-kexecboot-2.6.33}/ARM-Add-support-for-LZMA-compressed-kernel-images.patch (100%) rename recipes/kexecboot/{linux-kexecboot-2.6.32+2.6.33-rc8 => linux-kexecboot-2.6.33}/akita/defconfig (100%) rename recipes/kexecboot/{linux-kexecboot-2.6.32+2.6.33-rc8 => linux-kexecboot-2.6.33}/c7x0/defconfig (100%) rename recipes/kexecboot/{linux-kexecboot-2.6.32+2.6.33-rc8 => linux-kexecboot-2.6.33}/spitz/defconfig (100%) delete mode 100644 recipes/kexecboot/linux-kexecboot_2.6.32+2.6.33-rc8_git.bb create mode 100644 recipes/kexecboot/linux-kexecboot_2.6.33.bb diff --git a/recipes/kexecboot/linux-kexecboot-2.6.32+2.6.33-rc8/ARM-Add-support-for-LZMA-compressed-kernel-images.patch b/recipes/kexecboot/linux-kexecboot-2.6.33/ARM-Add-support-for-LZMA-compressed-kernel-images.patch similarity index 100% rename from recipes/kexecboot/linux-kexecboot-2.6.32+2.6.33-rc8/ARM-Add-support-for-LZMA-compressed-kernel-images.patch rename to recipes/kexecboot/linux-kexecboot-2.6.33/ARM-Add-support-for-LZMA-compressed-kernel-images.patch diff --git a/recipes/kexecboot/linux-kexecboot-2.6.32+2.6.33-rc8/akita/defconfig b/recipes/kexecboot/linux-kexecboot-2.6.33/akita/defconfig similarity index 100% rename from recipes/kexecboot/linux-kexecboot-2.6.32+2.6.33-rc8/akita/defconfig rename to recipes/kexecboot/linux-kexecboot-2.6.33/akita/defconfig diff --git a/recipes/kexecboot/linux-kexecboot-2.6.32+2.6.33-rc8/c7x0/defconfig b/recipes/kexecboot/linux-kexecboot-2.6.33/c7x0/defconfig similarity index 100% rename from recipes/kexecboot/linux-kexecboot-2.6.32+2.6.33-rc8/c7x0/defconfig rename to recipes/kexecboot/linux-kexecboot-2.6.33/c7x0/defconfig diff --git a/recipes/kexecboot/linux-kexecboot-2.6.32+2.6.33-rc8/spitz/defconfig b/recipes/kexecboot/linux-kexecboot-2.6.33/spitz/defconfig similarity index 100% rename from recipes/kexecboot/linux-kexecboot-2.6.32+2.6.33-rc8/spitz/defconfig rename to recipes/kexecboot/linux-kexecboot-2.6.33/spitz/defconfig diff --git a/recipes/kexecboot/linux-kexecboot_2.6.32+2.6.33-rc8_git.bb b/recipes/kexecboot/linux-kexecboot_2.6.32+2.6.33-rc8_git.bb deleted file mode 100644 index 8ead75a691..0000000000 --- a/recipes/kexecboot/linux-kexecboot_2.6.32+2.6.33-rc8_git.bb +++ /dev/null @@ -1,28 +0,0 @@ -require linux-kexecboot.inc - -PR = "${INC_PR}.0" - -KERNEL_RELEASE = "2.6.33-rc8" -OLD_KERNEL_RELEASE = "2.6.32" -PV = "${OLD_KERNEL_RELEASE}+${KERNEL_RELEASE}" - -S = "${WORKDIR}/linux-${OLD_KERNEL_RELEASE}" - -# Mark archs/machines that this kernel supports -DEFAULT_PREFERENCE = "-1" -DEFAULT_PREFERENCE_akita = "-1" -DEFAULT_PREFERENCE_c7x0 = "-1" -DEFAULT_PREFERENCE_collie = "-1" -DEFAULT_PREFERENCE_poodle = "-1" -DEFAULT_PREFERENCE_spitz = "-1" -DEFAULT_PREFERENCE_tosa = "-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=rc8;patch=1 \ - file://ARM-Add-support-for-LZMA-compressed-kernel-images.patch;patch=1;status=pending \ - file://defconfig" - -SRC_URI[rc8.md5sum] = "adce988e2e7103cdb8c7024c73bcff47" -SRC_URI[rc8.sha256sum] = "10e34bd24ab7cfc43429103f39c467ac0f18584f84783b5d24d81b8e57b4544d" -SRC_URI[kernel.md5sum] = "260551284ac224c3a43c4adac7df4879" -SRC_URI[kernel.sha256sum] = "5099786d80b8407d98a619df00209c2353517f22d804fdd9533b362adcb4504e" diff --git a/recipes/kexecboot/linux-kexecboot_2.6.33.bb b/recipes/kexecboot/linux-kexecboot_2.6.33.bb new file mode 100644 index 0000000000..52c9ff1a87 --- /dev/null +++ b/recipes/kexecboot/linux-kexecboot_2.6.33.bb @@ -0,0 +1,15 @@ +require linux-kexecboot.inc + +PR = "${INC_PR}.0" + +S = "${WORKDIR}/linux-${PV}" + +# Mark archs/machines that this kernel supports +DEFAULT_PREFERENCE = "-1" + +SRC_URI += "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;name=kernel \ + 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" -- 2.39.5