mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 15:49:36 +02:00
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:
17
meta/recipes-kernel/linux/linux-netbook.inc
Normal file
17
meta/recipes-kernel/linux/linux-netbook.inc
Normal 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)"
|
||||
Reference in New Issue
Block a user