diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-02 22:37:27 +0200 |
---|---|---|
committer | Koen Kooi <koen@Powerbook-3.local> | 2009-06-05 17:48:07 +0200 |
commit | 3ee4c019c96697779f5ac673840c1a76b821514c (patch) | |
tree | 85cec803e1d40b1eced1cea0428b73bfe8fe32af /recipes/linux/linux-kirkwood_2.6.29.2.bb | |
parent | 29e3e0466ca6b4a6f8fb9fa9c10ee98353d4a4a3 (diff) |
linux-kirkwood: update to 2.6.29.4
Diffstat (limited to 'recipes/linux/linux-kirkwood_2.6.29.2.bb')
-rw-r--r-- | recipes/linux/linux-kirkwood_2.6.29.2.bb | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/recipes/linux/linux-kirkwood_2.6.29.2.bb b/recipes/linux/linux-kirkwood_2.6.29.2.bb deleted file mode 100644 index b3b87a632e..0000000000 --- a/recipes/linux/linux-kirkwood_2.6.29.2.bb +++ /dev/null @@ -1,24 +0,0 @@ -DESCRIPTION = "Linux Kernel for Marvell Kirkwood based devices" -SECTION = "kernel" -LICENSE = "GPL" -COMPATIBLE_MACHINE = "sheevaplug" - -require linux.inc - -# Change MACHINE_KERNEL_PR in conf/machine/include/kirkwood.inc -PV = "2.6.29.2" -PR_append = "+gitr${SRCREV}" -#PV = "2.6.28+2.6.29rc7-${PR}+gitr${SRCREV}" - -SRCREV = "10a12868405319fbf114af2bde9789aa64c34144" -SRC_URI = "git://git.marvell.com/orion.git;protocol=git;branch=stable-2.6.29 \ - file://fw.patch;patch=1 \ - file://mvsdio.patch;patch=1 \ - file://0001--ARM-Kirkwood-CPU-idle-driver.patch;patch=1 \ - file://0002--ARM-Kirkwood-peripherals-clock-gating-for-power-m.patch;patch=1 \ - file://defconfig \ - " - -S = "${WORKDIR}/git" - -KERNEL_IMAGETYPE ?= "uImage" |