diff options
Diffstat (limited to 'linux-uml/linux-uml_2.4.21.oe')
-rw-r--r-- | linux-uml/linux-uml_2.4.21.oe | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/linux-uml/linux-uml_2.4.21.oe b/linux-uml/linux-uml_2.4.21.oe index d4986c1b0d..a3021e5afc 100644 --- a/linux-uml/linux-uml_2.4.21.oe +++ b/linux-uml/linux-uml_2.4.21.oe @@ -4,17 +4,17 @@ PV = "2.4.21" LICENSE = "GPL" KV = "2.4.21" -SRC_URI = ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-${KV}.tar.bz2 \ - http://kernels.usermodelinux.org/patches/uml-patch-${KV}.bz2;patch=1 \ - file://${FILESDIR}/fix-includes.patch;patch=1 +SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-${KV}.tar.bz2 \ + http://kernels.usermodelinux.org/patches/uml-patch-${KV}.bz2;patch=1 \ + file://${FILESDIR}/fix-includes.patch;patch=1" S = "${WORKDIR}/linux-${KV}" inherit kernel -TARGET_ARCH_i686=i386 +TARGET_ARCH_i686 = "i386" ARCH = "um" SUBARCH = "${TARGET_ARCH}" -TARGET_OS_linux=Linux -KERNEL_IMAGETYPE=linux +TARGET_OS_linux = "Linux" +KERNEL_IMAGETYPE = "linux" do_configure_prepend () { install -m 0644 ${FILESDIR}/defconfig .config |