summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-netbook.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/linux/linux-netbook.inc')
-rw-r--r--meta/recipes-kernel/linux/linux-netbook.inc17
1 files changed, 0 insertions, 17 deletions
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 @@
1DESCRIPTION = "2.6 Linux Development Kernel for Atom based platforms"
2SECTION = "kernel"
3LICENSE = "GPL"
4
5inherit kernel
6
7do_configure() {
8
9 rm -f ${S}/.config || true
10
11 cp ${WORKDIR}/defconfig-${MACHINE} ${S}/.config
12
13 yes '' | oe_runmake oldconfig
14
15}
16
17COMPATIBLE_MACHINE = "(atom-pc|menlow)"