summaryrefslogtreecommitdiff
path: root/recipes/linux/linux-kirkwood_2.6.29.2.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-05-16 12:03:53 +0200
committerKoen Kooi <koen@openembedded.org>2009-05-16 12:03:53 +0200
commitfa1039ef168f11906fdac1690f3462b39e057a66 (patch)
treed3e2e706cb8b8013fda842d49b16d3025011224b /recipes/linux/linux-kirkwood_2.6.29.2.bb
parentb4e29757971085a7f089bd106ec7d6223e753112 (diff)
linux-kirkwood: update to 2.6.29.2
Diffstat (limited to 'recipes/linux/linux-kirkwood_2.6.29.2.bb')
-rw-r--r--recipes/linux/linux-kirkwood_2.6.29.2.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/linux/linux-kirkwood_2.6.29.2.bb b/recipes/linux/linux-kirkwood_2.6.29.2.bb
new file mode 100644
index 0000000000..0e349362db
--- /dev/null
+++ b/recipes/linux/linux-kirkwood_2.6.29.2.bb
@@ -0,0 +1,21 @@
+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://defconfig \
+ "
+
+S = "${WORKDIR}/git"
+
+KERNEL_IMAGETYPE ?= "uImage"