From 673abd92f999829bdd67d0273c43570a62123a63 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 18 Feb 2011 15:32:57 +0000 Subject: conf/machine: Drop older machines with no recent updates These are all moving to meta-extras. Ideally in the future machines such as these will be maintained to topic specific layers as we move to a more layer oriented model. If this causes a problem for anyone please discuss it on the mailing list. Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-netbook.inc | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 meta/recipes-kernel/linux/linux-netbook.inc (limited to 'meta/recipes-kernel/linux/linux-netbook.inc') diff --git a/meta/recipes-kernel/linux/linux-netbook.inc b/meta/recipes-kernel/linux/linux-netbook.inc deleted file mode 100644 index 05a21d49dd..0000000000 --- a/meta/recipes-kernel/linux/linux-netbook.inc +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "2.6 Linux Development Kernel for Atom based platforms" -SECTION = "kernel" -LICENSE = "GPL" - -inherit kernel - -do_configure() { - - rm -f ${S}/.config || true - - cp ${WORKDIR}/defconfig-${MACHINE} ${S}/.config - - yes '' | oe_runmake oldconfig - -} - -COMPATIBLE_MACHINE = "(atom-pc|menlow)" -- cgit v1.2.3