merge of '7d03dcf1bf6a567f7abe9fab170d25130437298a'
[vuplus_openembedded] / conf / machine / qemux86.conf
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 PACKAGE_EXTRA_ARCHS = "x86"
7
8 require conf/machine/include/qemu.conf
9
10 SERIAL_CONSOLE = "115200 ttyS0"
11
12 PREFERRED_PROVIDER_virtual/kernel = "linux-rp"
13
14 GLIBC_ADDONS = "nptl"
15 GLIBC_EXTRA_OECONF = "--with-tls"