diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-12-04 23:30:47 +0100 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-12-04 23:32:04 +0100 |
commit | a5139b280f4ab27c0e7cc52a347a115054d24cbb (patch) | |
tree | 8cefcb80086911f038b2b953bbee6223fececcc0 /recipes/kexecboot/linux-kexecboot_2.6.32.bb | |
parent | d9be32b1c723baca6d0a7d0a51e8bbb5a1d490ab (diff) |
linux-kexecboot_2.6.32: initial commit.
Diffstat (limited to 'recipes/kexecboot/linux-kexecboot_2.6.32.bb')
-rw-r--r-- | recipes/kexecboot/linux-kexecboot_2.6.32.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/kexecboot/linux-kexecboot_2.6.32.bb b/recipes/kexecboot/linux-kexecboot_2.6.32.bb new file mode 100644 index 0000000000..54cb5f79f9 --- /dev/null +++ b/recipes/kexecboot/linux-kexecboot_2.6.32.bb @@ -0,0 +1,13 @@ +require linux-kexecboot.inc + +S = "${WORKDIR}/linux-${PV}" + +# Mark archs/machines that this kernel supports +DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE_c7x0 = "-1" + +SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;name=kernel \ + file://defconfig" + +SRC_URI[kernel.md5sum] = "260551284ac224c3a43c4adac7df4879" +SRC_URI[kernel.sha256sum] = "5099786d80b8407d98a619df00209c2353517f22d804fdd9533b362adcb4504e" |