aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/qemux86.conf
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2007-01-02 11:55:13 +0000
committerRichard Purdie <rpurdie@rpsys.net>2007-01-02 11:55:13 +0000
commit8fdeaa274d4816df1ba2a9277df475d613082536 (patch)
tree721179aa4a1c19ef8951bd880a13e1d8ea87c4fc /conf/machine/qemux86.conf
parent482eefa6315f8a521e841bc3d3242d92118b41f1 (diff)
downloadopenembedded-8fdeaa274d4816df1ba2a9277df475d613082536.tar.gz
Add qemux86.conf from Poky (and update qemu rootfs sizes)
Diffstat (limited to 'conf/machine/qemux86.conf')
-rw-r--r--conf/machine/qemux86.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/conf/machine/qemux86.conf b/conf/machine/qemux86.conf
new file mode 100644
index 0000000000..dfbd345ae8
--- /dev/null
+++ b/conf/machine/qemux86.conf
@@ -0,0 +1,17 @@
+#@TYPE: Machine
+#@NAME: qemu x86 Emulator setup
+#@DESCRIPTION: Machine configuration for running an x86 system under qemu emulation
+
+TARGET_ARCH = "i586"
+PACKAGE_EXTRA_ARCHS = "x86"
+
+require conf/machine/include/qemu.conf
+
+SERIAL_CONSOLE = "115200 ttyS0"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-rp"
+
+GLIBC_ADDONS = "nptl"
+GLIBC_EXTRA_OECONF = "--with-tls"
+
+MACHINE_TASK_PROVIDER = "task-base"