summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/qemux86.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/machine/qemux86.conf')
-rw-r--r--meta/conf/machine/qemux86.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf
new file mode 100644
index 0000000000..340ad812c7
--- /dev/null
+++ b/meta/conf/machine/qemux86.conf
@@ -0,0 +1,17 @@
1#@TYPE: Machine
2#@NAME: qemu x86 Emulator setup
3#@DESCRIPTION: Machine configuration for running an x86 system under qemu emulation
4
5TARGET_ARCH = "i586"
6TARGET_VENDOR = "-oe"
7IPKG_EXTRA_ARCHS = "x86"
8
9require conf/machine/include/qemu.conf
10# require conf/machine/include/tune-arm926ejs.conf
11
12SERIAL_CONSOLE = "115200 ttyS0"
13
14PREFERRED_PROVIDER_virtual/kernel = "linux-x86"
15
16GLIBC_ADDONS = "nptl"
17GLIBC_EXTRA_OECONF = "--with-tls"