mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
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:
committed by
Samuel Ortiz
parent
e5c53ce035
commit
e169b23e66
18
meta-moblin/packages/linux/linux-moblin.inc
Normal file
18
meta-moblin/packages/linux/linux-moblin.inc
Normal 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"
|
||||
Reference in New Issue
Block a user