summaryrefslogtreecommitdiff
path: root/classes/kernel.oeclass
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-11-27 21:15:36 +0000
committerChris Larson <clarson@kergoth.com>2004-11-27 21:15:36 +0000
commit01a6be99e42d0802dec1c55efc753905c12d1858 (patch)
tree52b0a130f97e2b0425781820205eb6ae5e284a28 /classes/kernel.oeclass
parentc56e69b21cf2fca3237cdda37bd1ffed63d01aee (diff)
Apply Murray's kernel arch patch, with slight alternations.
BKrev: 41a8ee78yO5s_JTaDj8FrDw96brl8w
Diffstat (limited to 'classes/kernel.oeclass')
-rw-r--r--classes/kernel.oeclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/classes/kernel.oeclass b/classes/kernel.oeclass
index 3c55e3ce1e..0190e5fce6 100644
--- a/classes/kernel.oeclass
+++ b/classes/kernel.oeclass
@@ -3,7 +3,8 @@ inherit module_strip
PROVIDES += "virtual/kernel"
DEPENDS += "virtual/${TARGET_PREFIX}depmod virtual/${TARGET_PREFIX}gcc${KERNEL_CCSUFFIX} update-modules"
-export ARCH = "${TARGET_ARCH}"
+inherit kernel-arch
+
export OS = "${TARGET_OS}"
export CROSS_COMPILE = "${TARGET_PREFIX}"
KERNEL_IMAGETYPE = "zImage"