diff options
Diffstat (limited to 'meta/conf/machine/qemux86.conf')
-rw-r--r-- | meta/conf/machine/qemux86.conf | 17 |
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 | |||
5 | TARGET_ARCH = "i586" | ||
6 | TARGET_VENDOR = "-oe" | ||
7 | IPKG_EXTRA_ARCHS = "x86" | ||
8 | |||
9 | require conf/machine/include/qemu.conf | ||
10 | # require conf/machine/include/tune-arm926ejs.conf | ||
11 | |||
12 | SERIAL_CONSOLE = "115200 ttyS0" | ||
13 | |||
14 | PREFERRED_PROVIDER_virtual/kernel = "linux-x86" | ||
15 | |||
16 | GLIBC_ADDONS = "nptl" | ||
17 | GLIBC_EXTRA_OECONF = "--with-tls" | ||