summaryrefslogtreecommitdiff
path: root/packages/linux/linux-orion_2.6.27.10.bb
diff options
context:
space:
mode:
authorTim 'timtim' Ellis <tim.ellis@foonas.org>2009-01-18 23:18:54 +0000
committerTim 'timtim' Ellis <tim.ellis@foonas.org>2009-01-18 23:18:54 +0000
commit9cbf066d18ce1ece410b22bae9ad0b4b47bc57db (patch)
tree0d22dd427c1f0e85ba811a9e9c5bc57839eeb83a /packages/linux/linux-orion_2.6.27.10.bb
parent1a60e2ae8763c4cf6663df3ba2f03e7abbe35d1e (diff)
linux-orion: Fixup to work with linux.inc do_compile_append - the devio patches did not take effect in this case.
Diffstat (limited to 'packages/linux/linux-orion_2.6.27.10.bb')
-rw-r--r--packages/linux/linux-orion_2.6.27.10.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/packages/linux/linux-orion_2.6.27.10.bb b/packages/linux/linux-orion_2.6.27.10.bb
index fa931ea51a..2e7afe329a 100644
--- a/packages/linux/linux-orion_2.6.27.10.bb
+++ b/packages/linux/linux-orion_2.6.27.10.bb
@@ -1,8 +1,7 @@
DESCRIPTION = "Linux Kernel for Marvell Orion based devices"
SECTION = "kernel"
LICENSE = "GPL"
-PR = "r3"
-DEPENDS = "devio-native"
+PR = "r4"
COMPATIBLE_MACHINE = "(dns323|mv2120|kuropro|lspro|tsx09|ts409)"
require linux.inc
@@ -16,13 +15,12 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.27.tar.bz2 \
S = "${WORKDIR}/linux-2.6.27"
-# Fix the mach-type of orion devices
+# Fix the mach-type of orion devices - always passed 526
SRC_URI_append_dns323 += "file://dns323.patch;patch=1"
SRC_URI_append_mv2120 += "file://mv2120.patch;patch=1"
SRC_URI_append_kuropro += "file://kuropro.patch;patch=1"
SRC_URI_append_lspro += "file://lspro.patch;patch=1"
-SRC_URI_append_tsx09 += "file://ts109-ts209.patch;patch=1"
+SRC_URI_append_tsx09 += "file://tsx09.patch;patch=1"
SRC_URI_append_ts409 += "file://ts409.patch;patch=1"
KERNEL_IMAGETYPE ?= "uImage"
-