linux-moblin: Add 2.6.27 moblin kernel

This will be the default moblin kernel.
We also moved the 2.6.27-rc* kernels to meta-moblin.
This commit is contained in:
Samuel Ortiz
2008-10-21 16:25:42 +02:00
committed by Samuel Ortiz
parent e5c53ce035
commit e169b23e66
108 changed files with 17773 additions and 3 deletions

View File

@@ -0,0 +1,18 @@
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"