summaryrefslogtreecommitdiff
path: root/conf/x86-uml.conf
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-07-27 22:31:09 +0000
committerPhil Blundell <philb@gnu.org>2004-07-27 22:31:09 +0000
commit6afadfd8894b17863427fde0826b93a7a7845708 (patch)
tree8c5832fa3d825eaf48ab415ca814957c7f5d042d /conf/x86-uml.conf
parentd73f924c8cd71e5ab38467d5ed7abece37fef5fe (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
into workhouse.nexus.co.uk:/home/pb/oe/oe-packages 2004/07/28 00:25:57+02:00 uni-frankfurt.de!mickey Merge bk://openembedded@openembedded.bkbits.net/packages into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages 2004/07/28 00:25:48+02:00 uni-frankfurt.de!mickey install more twin-headers into staging and fix twutils build 2004/07/27 23:36:33+02:00 uni-frankfurt.de!mickey Merge bk://openembedded@openembedded.bkbits.net/packages into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages 2004/07/27 19:14:19+02:00 uni-frankfurt.de!mickey Merge bk://openembedded@openembedded.bkbits.net/packages into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages 2004/07/27 14:39:09+02:00 uni-frankfurt.de!mickey Merge bk://openembedded@openembedded.bkbits.net/packages into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages 2004/07/27 01:26:16+02:00 uni-frankfurt.de!mickey move fbi into nonworking until we find out how to disable curl and lirc dependencies with this odd buildsystem 2004/07/27 00:37:50+02:00 uni-frankfurt.de!mickey add description to x86-uml and start with a native machine .conf BKrev: 4106d7adAlvZr-woyMJcsbfTAE_yoA
Diffstat (limited to 'conf/x86-uml.conf')
-rw-r--r--conf/x86-uml.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/x86-uml.conf b/conf/x86-uml.conf
index e69de29bb2..2dbb6059c1 100644
--- a/conf/x86-uml.conf
+++ b/conf/x86-uml.conf
@@ -0,0 +1,9 @@
+#@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"