linux-moblin2: Add moblin2 kernel

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5166 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Samuel Ortiz
2008-09-10 15:37:14 +00:00
parent f680c855cf
commit 4f82c5078e
15 changed files with 29499 additions and 0 deletions

View File

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