aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-kirkwood_2.6.29-rc7+git.bb
blob: f870bcef29d42c8241e252eb461d2cba8127aaeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "Linux Kernel for Marvell Kirkwood based devices"
SECTION = "kernel"
LICENSE = "GPL"
PR = "r0"
COMPATIBLE_MACHINE = "sheevaplug"

require linux.inc

PV = "2.6.28+2.6.29rc7-${PR}+gitr${SRCREV}"

SRCREV = "569106c70e49ad67c69fa7d43a2a5218e63a4619"
SRC_URI = "git://git.marvell.com/orion.git;protocol=git \
           file://fw.patch;patch=1 \
           file://defconfig \
               "

S = "${WORKDIR}/git"

KERNEL_IMAGETYPE ?= "uImage"