x86 machines: added 'x86' MACHINE_FEATURE to limit amount of overrides needed when...
[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.inc
9
10 MACHINE_FEATURES += "x86"
11
12 KERNEL_IMAGETYPE = "bzImage"
13
14 SERIAL_CONSOLE = "115200 ttyS0"
15
16 PREFERRED_PROVIDER_virtual/kernel = "linux-rp"
17
18 GLIBC_ADDONS = "nptl"
19 GLIBC_EXTRA_OECONF = "--with-tls"