mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 10:43:02 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5166 311d38ba-8fff-0310-9ca6-ca027cbcb966
18 lines
291 B
PHP
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" |