summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--linux-uml/linux-uml_2.4.24.oe5
1 files changed, 3 insertions, 2 deletions
diff --git a/linux-uml/linux-uml_2.4.24.oe b/linux-uml/linux-uml_2.4.24.oe
index 7886f4d183..8d32f5a12c 100644
--- a/linux-uml/linux-uml_2.4.24.oe
+++ b/linux-uml/linux-uml_2.4.24.oe
@@ -7,10 +7,11 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-${PV}.tar.bz2 \
S = "${WORKDIR}/linux-${PV}"
inherit kernel
-TARGET_ARCH_i686 = "i386"
+
+export OS = "Linux"
+
ARCH = "um"
SUBARCH = "${TARGET_ARCH}"
-TARGET_OS_linux = "Linux"
KERNEL_IMAGETYPE = "linux"
do_configure_prepend () {