Merge commit 'origin/opendreambox-1.6' into vuplus-1.6
[vuplus_openembedded] / recipes / linux / linux-mini2440_2.6.31+git.bb
1 DESCRIPTION = "Linux Kernel for mini2440 / micro2440 development boards"
2 SECTION = "kernel"
3 LICENSE = "GPL"
4 PR = "r0"
5
6 require linux.inc
7
8 SRCREV = "f247836d8b6c2887c076e87e93510cf7e54487cb"
9 DEFAULT_PREFERENCE = "-1"
10 DEFAULT_PREFERENCE_mini2440 = "1"
11 DEFAULT_PREFERENCE_micro2440 = "1"
12
13 SRC_URI = "git://repo.or.cz/linux-2.6/mini2440.git;protocol=git;branch=mini2440-stable-v2.6.31 \
14            file://defconfig"
15
16 S = "${WORKDIR}/git"
17
18 COMPATIBLE_HOST = "arm.*-linux"
19 COMPATIBLE_MACHINE = "(mini2440|micro2440)"
20
21 KERNEL_RELEASE = "2.6.31"