[hbbtv/youtubetv] Fixed hanup bug and segmentation fault on 3rd-party images.
[vuplus_openembedded] / recipes / linux / linux-kirkwood_2.6.30.5.bb
1 DESCRIPTION = "Linux Kernel for Marvell Kirkwood based devices"
2 SECTION = "kernel"
3 LICENSE = "GPL"
4 COMPATIBLE_MACHINE = "(openrd-base|sheevaplug)"
5
6 require linux.inc
7
8 # Change MACHINE_KERNEL_PR in conf/machine/include/kirkwood.inc
9 PV = "2.6.30.5"
10
11 SRCREV = "6fa23e56edcb79a348c968aada8190944f4f3633"
12
13 SRC_URI = "git://git.marvell.com/orion.git;protocol=git;branch=stable-2.6.30 \
14            file://defconfig"
15
16 SRCREV_openrd-base = "8cb424312d88810bb62edbeef42a510725ceb482"
17 SRC_URI_append_openrd-base = " file://newer-arm-mach-types.patch;patch=1 "
18
19 S = "${WORKDIR}/git"
20
21 KERNEL_IMAGETYPE ?= "uImage"