diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /linux-uml | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'linux-uml')
-rw-r--r-- | linux-uml/linux-uml_2.4.21.oe | 12 | ||||
-rw-r--r-- | linux-uml/linux-uml_2.4.23.oe | 12 | ||||
-rw-r--r-- | linux-uml/linux-uml_2.4.24.oe | 12 |
3 files changed, 18 insertions, 18 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 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 |