aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexecboot/linux-kexecboot_2.6.33+2.6.34-rc3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/kexecboot/linux-kexecboot_2.6.33+2.6.34-rc3.bb')
-rw-r--r--recipes/kexecboot/linux-kexecboot_2.6.33+2.6.34-rc3.bb28
1 files changed, 28 insertions, 0 deletions
diff --git a/recipes/kexecboot/linux-kexecboot_2.6.33+2.6.34-rc3.bb b/recipes/kexecboot/linux-kexecboot_2.6.33+2.6.34-rc3.bb
new file mode 100644
index 0000000000..e9c8a9991a
--- /dev/null
+++ b/recipes/kexecboot/linux-kexecboot_2.6.33+2.6.34-rc3.bb
@@ -0,0 +1,28 @@
+require linux-kexecboot.inc
+
+KERNEL_RELEASE = "2.6.34-rc3"
+OLD_KERNEL_RELEASE = "2.6.33"
+PV = "${OLD_KERNEL_RELEASE}+${KERNEL_RELEASE}"
+PR = "${INC_PR}.0"
+
+S = "${WORKDIR}/linux-${OLD_KERNEL_RELEASE}"
+S_omap3 = "${WORKDIR}/git"
+
+# Mark archs/machines that this kernel supports
+DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE_omap3 = "-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] = "f8bf58920ee30d12c54e9326ef74af32"
+SRC_URI[patch.sha256sum] = "c53504b595db44d888fd01982006389e06b0f7f9d2ea2f6f5087e7f7e1acda8a"
+
+SRC_URI_append_omap3 = " git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git;rev=eba014745cc806d625b6a553d1af6efd14e16321 \
+ "
+