summaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-mini2440_2.6.30+git.bb
blob: 84596ac4ae18e1c11e42ca0ce9c4d402ed614f98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
DESCRIPTION = "Linux Kernel for mini2440 development board"
SECTION = "kernel"
LICENSE = "GPL"
MACHINE_KERNEL_PR = "r3"

GGSRC = "http://www.xora.org.uk/oe/patches/"

SRCREV = "${AUTOREV}"

SRC_URI = "git://repo.or.cz/linux-2.6/mini2440.git;protocol=git;branch=mini2440-dev \
           file://defconfig-mini2440"

S = "${WORKDIR}/git"

inherit kernel

COMPATIBLE_HOST = "arm.*-linux"
COMPATIBLE_MACHINE = "(mini2440|micro2440)"

do_configure() {
	install ${WORKDIR}/defconfig-mini2440 ${S}/.config
	oe_runmake oldconfig
}

KERNEL_RELEASE = "2.6.30"