summaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-kirkwood_2.6.29.5.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-06-21 17:18:26 +0200
committerKoen Kooi <koen@openembedded.org>2009-06-21 17:18:26 +0200
commitc595184044795fed186fdf3d989c307e29897cba (patch)
treead54e27f9a908ec1510a2b7db6f57037541d37b7 /recipes/linux/linux-kirkwood_2.6.29.5.bb
parent73057b7350fa864ad816f70488a51467783eb895 (diff)
downloadopenembedded-c595184044795fed186fdf3d989c307e29897cba.tar.gz
linux-kirkwood: update to 2.6.29.5, enable more usb drivers
Diffstat (limited to 'recipes/linux/linux-kirkwood_2.6.29.5.bb')
-rw-r--r--recipes/linux/linux-kirkwood_2.6.29.5.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes/linux/linux-kirkwood_2.6.29.5.bb b/recipes/linux/linux-kirkwood_2.6.29.5.bb
new file mode 100644
index 0000000000..f503829211
--- /dev/null
+++ b/recipes/linux/linux-kirkwood_2.6.29.5.bb
@@ -0,0 +1,23 @@
+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.5"
+PR_append = "+gitr${SRCREV}"
+#PV = "2.6.28+2.6.29rc7-${PR}+gitr${SRCREV}"
+
+SRCREV = "70deca35020a5dc3bd3c228bd46852cab77a7f6b"
+SRC_URI = "git://git.marvell.com/orion.git;protocol=git;branch=stable-2.6.29 \
+ file://fw.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"