summaryrefslogtreecommitdiff
path: root/linux-uml/linux-uml_2.4.21.oe
diff options
context:
space:
mode:
Diffstat (limited to 'linux-uml/linux-uml_2.4.21.oe')
-rw-r--r--linux-uml/linux-uml_2.4.21.oe30
1 files changed, 0 insertions, 30 deletions
diff --git a/linux-uml/linux-uml_2.4.21.oe b/linux-uml/linux-uml_2.4.21.oe
deleted file mode 100644
index 33e1397a46..0000000000
--- a/linux-uml/linux-uml_2.4.21.oe
+++ /dev/null
@@ -1,30 +0,0 @@
-DESCRIPTION = "User Mode Linux Kernel"
-LICENSE = "GPL"
-
-SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-${PV}.tar.bz2 \
- http://kernels.usermodelinux.org/patches/uml-patch-${PV}.bz2;patch=1 \
- file://${FILESDIR}/fix-includes.patch;patch=1"
-S = "${WORKDIR}/linux-${PV}"
-
-inherit kernel
-
-export OS = "Linux"
-ARCH = "um"
-SUBARCH = "${TARGET_ARCH}"
-KERNEL_IMAGETYPE = "linux"
-
-do_configure_prepend () {
- install -m 0644 ${FILESDIR}/defconfig .config
- oe_runmake oldconfig
-}
-
-do_compile() {
- unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
- oe_runmake dep
- oe_runmake STAGING_LIBDIR=${STAGING_LIBDIR} ${KERNEL_IMAGETYPE}
- oe_runmake modules
-}
-
-do_install_append () {
- install -m 0755 linux ${D}/boot/linux-${PV}
-}