netbook: Correct netbook build by moving netbook configuration from moblin to meta

Signed-off-by: Saul Wold <Saul.Wold@intel.com>
This commit is contained in:
Saul Wold
2010-09-24 15:36:24 -07:00
parent c5b9525263
commit 239a368d57
100 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,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 = "(netbook|menlow)"