aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-kirkwood_2.6.30.5.bb
diff options
context:
space:
mode:
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"