Files
poky/meta/packages/linux/linux-moblin2.inc
Samuel Ortiz 4f82c5078e linux-moblin2: Add moblin2 kernel
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5166 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-10 15:37:14 +00:00

18 lines
291 B
PHP

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