summaryrefslogtreecommitdiffstats
path: root/meta/packages/linux/linux-moblin2.inc
blob: 802bde26ee3f15fdf5e431c08ceef08dc3326e0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"