aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-kirkwood_2.6.30.5.bb
diff options
context:
space:
mode:
authorLeon Woestenberg <leon@sidebranch.com>2009-09-14 22:32:39 +0200
committerLeon Woestenberg <leon@sidebranch.com>2009-09-14 22:33:57 +0200
commit757510da73d00b7587500c73223cf854f783fd8d (patch)
tree013b97324923067a86009d70348cc995c17926e4 /recipes/linux/linux-kirkwood_2.6.30.5.bb
parentc5e69bf053b1254f6235d33de498d993e8250913 (diff)
downloadopenembedded-757510da73d00b7587500c73223cf854f783fd8d.tar.gz
openrd-base: Support for Marvell Kirkwood ARM based OpenRD-Base board.
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
Diffstat (limited to 'recipes/linux/linux-kirkwood_2.6.30.5.bb')
-rw-r--r--recipes/linux/linux-kirkwood_2.6.30.5.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/recipes/linux/linux-kirkwood_2.6.30.5.bb b/recipes/linux/linux-kirkwood_2.6.30.5.bb
index 43898c81eb..84dbb8dbcc 100644
--- a/recipes/linux/linux-kirkwood_2.6.30.5.bb
+++ b/recipes/linux/linux-kirkwood_2.6.30.5.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Linux Kernel for Marvell Kirkwood based devices"
SECTION = "kernel"
LICENSE = "GPL"
-COMPATIBLE_MACHINE = "sheevaplug"
+COMPATIBLE_MACHINE = "(openrd-base|sheevaplug)"
require linux.inc
@@ -9,9 +9,12 @@ require linux.inc
PV = "2.6.30.5"
SRCREV = "6fa23e56edcb79a348c968aada8190944f4f3633"
+
SRC_URI = "git://git.marvell.com/orion.git;protocol=git;branch=stable-2.6.30 \
- file://defconfig \
- "
+ file://defconfig"
+
+SRCREV_openrd-base = "8cb424312d88810bb62edbeef42a510725ceb482"
+SRC_URI_append_openrd-base = " file://newer-arm-mach-types.patch;patch=1 "
S = "${WORKDIR}/git"