aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-kirkwood_2.6.30.5.bb
blob: 84dbb8dbcc066b2dc9ac6bbe347b1c8132106d0e (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 = "GPL"
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;patch=1 "

S = "${WORKDIR}/git"

KERNEL_IMAGETYPE ?= "uImage"