Files
poky/meta-moblin/packages/linux/linux-moblin.inc
2008-12-30 17:15:49 +00:00

18 lines
311 B
PHP

DESCRIPTION = "2.6 Linux Development Kernel for moblin 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)"