summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-netbook.inc
blob: 05a21d49dd8097e5ed6f37cffc01885d6eb656c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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)"