linux-omap 2.6.37: replace various patch with upstream versions and rediff
[openembedded.git] / recipes / linux / linux-x86_2.6.17.9.bb
blob3af73ebb93125e70eab1454d168e256cfe1dccde
1 DESCRIPTION = "Linux Kernel for x86 compatible machines"
2 SECTION = "kernel"
3 LICENSE = "GPLv2"
4 PR = "r2"
6 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
7 file://defconfig"
9 S = "${WORKDIR}/linux-${PV}"
11 inherit kernel
13 COMPATIBLE_HOST = "i.86.*-linux"
15 do_configure_prepend() {
16 install -m 0644 ${WORKDIR}/defconfig ${S}/.config
19 SRC_URI[md5sum] = "f7a5b1aedb5b44f4df005caa5f4cceb6"
20 SRC_URI[sha256sum] = "3e0478ae9d2402086dd7c45f132ab02045db6f9d1908229dbca1a39684234723"