mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 06:49:32 +02:00
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:
18
meta/packages/linux/linux-moblin2.inc
Normal file
18
meta/packages/linux/linux-moblin2.inc
Normal 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"
|
||||
Reference in New Issue
Block a user