sg3-utils: add newer buildable version
[openembedded.git] / recipes / linux / linux-kirkwood_2.6.29.5.bb
1 DESCRIPTION = "Linux Kernel for Marvell Kirkwood based devices"
2 SECTION = "kernel"
3 LICENSE = "GPLv2"
4 COMPATIBLE_MACHINE = "sheevaplug"
5
6 require linux.inc
7
8 # Change MACHINE_KERNEL_PR in conf/machine/include/kirkwood.inc
9 PV = "2.6.29.5"
10 PR_append = "+gitr${SRCREV}"
11 #PV = "2.6.28+2.6.29rc7-${PR}+gitr${SRCREV}"
12
13 SRCREV = "70deca35020a5dc3bd3c228bd46852cab77a7f6b"
14 SRC_URI = "git://git.marvell.com/orion.git;protocol=git;branch=stable-2.6.29 \
15            file://fw.patch;patch=1 \
16            file://0001--ARM-Kirkwood-CPU-idle-driver.patch;patch=1 \
17            file://0002--ARM-Kirkwood-peripherals-clock-gating-for-power-m.patch;patch=1 \
18            file://defconfig \
19                "
20
21 S = "${WORKDIR}/git"
22
23 KERNEL_IMAGETYPE ?= "uImage"