aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-omap-2.6_2.6.9-omap1.bb
blob: cdcdcdf825e852c70c1713299224f7884efed56c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SECTION = "kernel"
DESCRIPTION = "Linux kernel for OMAP processors"
LICENSE = "GPL"

SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.9.tar.bz2 \
           http://www.muru.com/linux/omap/patches/patch-2.6.9-omap1.bz2;patch=1 \
           file://schedstats-arm.patch;patch=1 \
           file://defconfig"
S = "${WORKDIR}/linux-2.6.9"

inherit kernel

COMPATIBLE_HOST = 'arm.*-linux'

KERNEL_IMAGETYPE = "uImage"

do_configure_prepend() {
	install -m 0644 ${WORKDIR}/defconfig ${S}/.config
        oe_runmake oldconfig
}