summaryrefslogtreecommitdiff
path: root/linux-uml
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
committerChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
commita780643c4b6aa11e1a36965a69df7116477c7b4c (patch)
tree17e81e77bde19931facf9b30fa5b5981df796071 /linux-uml
parent88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff)
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb 2004/12/07 04:58:25-06:00 ti.com!kergoth More updates per the core rename. 2004/12/07 04:46:51-06:00 ti.com!kergoth Update soundtracker per the core rename. 2004/12/07 04:44:14-06:00 ti.com!kergoth Merge 2004/12/07 04:42:38-06:00 ti.com!kergoth Updates per the recent rename of the oe core from 'oe' to 'bitbake'. BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'linux-uml')
-rw-r--r--linux-uml/linux-uml_2.4.26.bb (renamed from linux-uml/linux-uml_2.6.10-rc2-mm3.oe)0
-rw-r--r--linux-uml/linux-uml_2.4.26.oe43
-rw-r--r--linux-uml/linux-uml_2.6.10-rc2-mm3.bb0
-rw-r--r--linux-uml/linux-uml_2.6.7.bb0
-rw-r--r--linux-uml/linux-uml_2.6.7.oe62
5 files changed, 0 insertions, 105 deletions
diff --git a/linux-uml/linux-uml_2.6.10-rc2-mm3.oe b/linux-uml/linux-uml_2.4.26.bb
index e69de29bb2..e69de29bb2 100644
--- a/linux-uml/linux-uml_2.6.10-rc2-mm3.oe
+++ b/linux-uml/linux-uml_2.4.26.bb
diff --git a/linux-uml/linux-uml_2.4.26.oe b/linux-uml/linux-uml_2.4.26.oe
deleted file mode 100644
index 20d8f3a4cf..0000000000
--- a/linux-uml/linux-uml_2.4.26.oe
+++ /dev/null
@@ -1,43 +0,0 @@
-SECTION = "kernel"
-DESCRIPTION = "User Mode Linux Kernel"
-LICENSE = "GPL"
-UMLR = "2"
-PR = "0"
-
-SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-${PV}.tar.bz2 \
- ${SOURCEFORGE_MIRROR}/user-mode-linux/uml-patch-${PV}-${UMLR}.bz2;patch=1 \
- file://defconfig \
- file://aio_abi.h"
-S = "${WORKDIR}/linux-${PV}"
-
-inherit kernel
-
-COMPATIBLE_HOST = 'i.86.*-linux'
-
-export OS = "Linux"
-ARCH = "um"
-SUBARCH = "${TARGET_ARCH}"
-KERNEL_IMAGETYPE = "linux"
-
-do_configure() {
- install -m 0644 ${WORKDIR}/defconfig .config
- oe_runmake oldconfig
- install -d arch/um/include/linux/
- #install -m 0644 ${WORKDIR}/aio_abi.h arch/um/include/linux/
-}
-
-do_compile() {
- unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
- oe_runmake dep
- oe_runmake HAVE_AIO_ABI= HAVE_AIO_LIBC= STAGING_LIBDIR=${STAGING_LIBDIR} ${KERNEL_IMAGETYPE}
- oe_runmake modules
-}
-
-do_install() {
- unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
- oe_runmake DEPMOD=echo INSTALL_MOD_PATH="${D}" modules_install
- install -d ${D}/boot
- install -m 0755 linux ${D}/boot/linux-${PV}
- install -m 0644 System.map ${D}/boot/System.map-${PV}
- install -m 0644 .config ${D}/boot/config-${PV}
-}
diff --git a/linux-uml/linux-uml_2.6.10-rc2-mm3.bb b/linux-uml/linux-uml_2.6.10-rc2-mm3.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/linux-uml/linux-uml_2.6.10-rc2-mm3.bb
diff --git a/linux-uml/linux-uml_2.6.7.bb b/linux-uml/linux-uml_2.6.7.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/linux-uml/linux-uml_2.6.7.bb
diff --git a/linux-uml/linux-uml_2.6.7.oe b/linux-uml/linux-uml_2.6.7.oe
deleted file mode 100644
index c3702ab98f..0000000000
--- a/linux-uml/linux-uml_2.6.7.oe
+++ /dev/null
@@ -1,62 +0,0 @@
-SECTION = "kernel"
-DESCRIPTION = "User Mode Linux Kernel"
-LICENSE = "GPL"
-UMLR = "1"
-PR = "1"
-
-SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
- file://Main-uml-patch-no-skas.patch;patch=1 \
- file://Ghash.patch;patch=1 \
- file://disable-UnitAtATime.patch;patch=1 \
- file://HostFs-2.6-fd_leak.patch;patch=1 \
- file://LegacyTerminalSupport.patch;patch=1 \
- file://MakeHelp.patch;patch=1 \
- file://H-02-Fixdep-improve.patch;patch=1 \
- file://fix-warnings.patch;patch=1 \
- file://NR_tkill_undefined.patch;patch=1 \
- file://Move_away_from_user.patch;patch=1 \
- file://Add_os_make_pty_raw.patch;patch=1 \
- file://Hostaudio_clean.patch;patch=1 \
- file://um-sysemu.patch;patch=1 \
- file://sysemu_cmdParam.patch;patch=1 \
- file://proc_sysemu.patch;patch=1 \
- file://EINTR_safety.patch;patch=1 \
- file://Export_strncpy.patch;patch=1 \
- file://fix-arg-max.patch;patch=1 \
- file://defconfig"
-S = "${WORKDIR}/linux-${PV}"
-
-inherit kernel
-
-COMPATIBLE_HOST = 'i.86.*-linux'
-
-export OS = "Linux"
-ARCH = "um"
-SUBARCH = "${TARGET_ARCH}"
-KERNEL_IMAGETYPE = "linux"
-
-do_configure() {
- install -m 0644 ${WORKDIR}/defconfig .config
- oe_runmake oldconfig
-}
-
-do_compile() {
- unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
- install -d arch/um/include/linux/
- install -m 0644 include/linux/inet.h arch/um/include/linux/
- oe_runmake ${KERNEL_IMAGETYPE}
-}
-
-do_stage_prepend() {
- install -d arch/um/boot/
- ln -sf ${S}/linux arch/um/boot/linux
-}
-
-do_install() {
- unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
- #oe_runmake DEPMOD=echo INSTALL_MOD_PATH="${D}" modules_install
- install -d ${D}/boot
- install -m 0755 linux ${D}/boot/linux-${PV}
- install -m 0644 System.map ${D}/boot/System.map-${PV}
- install -m 0644 .config ${D}/boot/config-${PV}
-}