aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-kirkwood_2.6.30.5.bb
blob: 5498341a32f606ef20af98f893bf09f064c1ece5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DESCRIPTION = "Linux Kernel for Marvell Kirkwood based devices"
SECTION = "kernel"
LICENSE = "GPLv2"
COMPATIBLE_MACHINE = "(openrd-base|sheevaplug)"

require linux.inc

# Change MACHINE_KERNEL_PR in conf/machine/include/kirkwood.inc
PV = "2.6.30.5"

SRCREV = "6fa23e56edcb79a348c968aada8190944f4f3633"

SRC_URI = "git://git.marvell.com/orion.git;protocol=git;branch=stable-2.6.30 \
           file://defconfig"

SRCREV_openrd-base = "8cb424312d88810bb62edbeef42a510725ceb482"
SRC_URI_append_openrd-base = " file://newer-arm-mach-types.patch "

S = "${WORKDIR}/git"

KERNEL_IMAGETYPE ?= "uImage"