summaryrefslogtreecommitdiff
path: root/conf/x86-uml.conf
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-10-07 15:47:44 +0000
committerChris Larson <clarson@kergoth.com>2004-10-07 15:47:44 +0000
commit4f412c9a4a376e5689ed26b62c626ca4158424b6 (patch)
tree48eab65feca48ce78d9bcc2b4a6768282e02f85d /conf/x86-uml.conf
parent92b95480c1095db9dc453725c5a13698a7eb8e20 (diff)
Pull in Robert P.J. Day's reorganized oe.conf work, to improve readability,
and moved MACHINE and DISTRO specific .conf files into their own directories. BKrev: 41656520p5hbk1WSEZcNUg5mgUqbwA
Diffstat (limited to 'conf/x86-uml.conf')
-rw-r--r--conf/x86-uml.conf9
1 files changed, 0 insertions, 9 deletions
diff --git a/conf/x86-uml.conf b/conf/x86-uml.conf
deleted file mode 100644
index 2dbb6059c1..0000000000
--- a/conf/x86-uml.conf
+++ /dev/null
@@ -1,9 +0,0 @@
-#@TYPE: Machine
-#@NAME: X86 User Mode Linux
-#@DESCRIPTION: Machine configuration for a User Mode Linux running on an x86 compatible PC
-
-TARGET_ARCH = "i386"
-IPKG_ARCHS = "all i686 i386 x86 x86-uml"
-PREFERRED_PROVIDER_virtual/kernel = "linux-uml"
-BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel"
-BOOTSTRAP_EXTRA_RDEPENDS = "kernel kernel-modules"