linux-omap 2.6.39: initial add with beagleboard support
[openembedded.git] / recipes / linux / linux-kirkwood_2.6.29.5.bb
blob47c2998d3f439899dc14f161587a32915d1af999
1 DESCRIPTION = "Linux Kernel for Marvell Kirkwood based devices"
2 SECTION = "kernel"
3 LICENSE = "GPLv2"
4 COMPATIBLE_MACHINE = "sheevaplug"
6 require linux.inc
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}"
13 SRCREV = "70deca35020a5dc3bd3c228bd46852cab77a7f6b"
14 SRC_URI = "git://git.marvell.com/orion.git;protocol=git;branch=stable-2.6.29 \
15 file://fw.patch \
16 file://0001--ARM-Kirkwood-CPU-idle-driver.patch \
17 file://0002--ARM-Kirkwood-peripherals-clock-gating-for-power-m.patch \
18 file://defconfig \
21 S = "${WORKDIR}/git"
23 KERNEL_IMAGETYPE ?= "uImage"