From f249735ad71fd5f13bfd295c55e1e0d596a1dbff Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 22 Mar 2004 22:37:29 +0000 Subject: Another pass of .oe cleanups. BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ --- linux-uml/linux-uml_2.4.21.oe | 12 ++++++------ linux-uml/linux-uml_2.4.23.oe | 12 ++++++------ linux-uml/linux-uml_2.4.24.oe | 12 ++++++------ 3 files changed, 18 insertions(+), 18 deletions(-) (limited to 'linux-uml') 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 diff --git a/linux-uml/linux-uml_2.4.23.oe b/linux-uml/linux-uml_2.4.23.oe index 3ce1592bfb..027f66c86a 100644 --- a/linux-uml/linux-uml_2.4.23.oe +++ b/linux-uml/linux-uml_2.4.23.oe @@ -1,17 +1,17 @@ DESCRIPTION = "User Mode Linux Kernel" LICENSE = "GPL" -SRC_URI = ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-${PV}.tar.bz2 \ - http://mirror.usermodelinux.org/uml/uml-patch-2.4.23-1.bz2;patch=1 \ - file://${FILESDIR}/fix-includes.patch;patch=1 +SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-${PV}.tar.bz2 \ + http://mirror.usermodelinux.org/uml/uml-patch-2.4.23-1.bz2;patch=1 \ + file://${FILESDIR}/fix-includes.patch;patch=1" S = "${WORKDIR}/linux-${PV}" 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 diff --git a/linux-uml/linux-uml_2.4.24.oe b/linux-uml/linux-uml_2.4.24.oe index 04bc6208a9..7886f4d183 100644 --- a/linux-uml/linux-uml_2.4.24.oe +++ b/linux-uml/linux-uml_2.4.24.oe @@ -1,17 +1,17 @@ DESCRIPTION = "User Mode Linux Kernel" LICENSE = "GPL" -SRC_URI = ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-${PV}.tar.bz2 \ - http://mirror.usermodelinux.org/uml/uml-patch-${PV}-1.bz2;patch=1 \ - file://${FILESDIR}/fix-includes.patch;patch=1 +SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-${PV}.tar.bz2 \ + http://mirror.usermodelinux.org/uml/uml-patch-${PV}-1.bz2;patch=1 \ + file://${FILESDIR}/fix-includes.patch;patch=1" S = "${WORKDIR}/linux-${PV}" 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 -- cgit v1.2.3