From f53262b3a0a7c2dbdef6b41a0da4fada1a9eac9e Mon Sep 17 00:00:00 2001 From: Stelios Koroneos Date: Tue, 20 Feb 2007 14:24:13 +0000 Subject: packages/linux: Add kernel 2.6.20 for x86 --- packages/linux/linux-x86_2.6.20.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 packages/linux/linux-x86_2.6.20.bb (limited to 'packages/linux/linux-x86_2.6.20.bb') diff --git a/packages/linux/linux-x86_2.6.20.bb b/packages/linux/linux-x86_2.6.20.bb new file mode 100644 index 0000000000..5db1563733 --- /dev/null +++ b/packages/linux/linux-x86_2.6.20.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "Linux Kernel for x86 compatible machines" +SECTION = "kernel" +LICENSE = "GPL" +PR = "r0" + +SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ + file://defconfig" + +S = "${WORKDIR}/linux-${PV}" + +inherit kernel + +COMPATIBLE_HOST = "i.86.*-linux" +KERNEL_IMAGETYPE = "bzImage" + +do_configure_prepend() { + install -m 0644 ${WORKDIR}/defconfig ${S}/.config +} + -- cgit v1.2.3