From 45b048283ce2157d6c17d30a7c21d785bd1c6540 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Fri, 18 Aug 2006 09:31:38 +0000 Subject: x86: * Add qemux86 machine. * Glibc 2.4 updates from upstream OE. * Add linux-x86 kernel to satisfy the deps. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@616 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/linux/linux-x86_2.6.11.6.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta/packages/linux/linux-x86_2.6.11.6.bb (limited to 'meta/packages/linux/linux-x86_2.6.11.6.bb') diff --git a/meta/packages/linux/linux-x86_2.6.11.6.bb b/meta/packages/linux/linux-x86_2.6.11.6.bb new file mode 100644 index 000000000..87036a2be --- /dev/null +++ b/meta/packages/linux/linux-x86_2.6.11.6.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "Linux Kernel for x86 compatible machines" +SECTION = "kernel" +LICENSE = "GPL" +PR = "r1" + +SRC_URI = "ftp://ftp.kernel.org/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