merge of '9baaea2c747482336eaf77e055c74f2f21596957'
[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 TARGET_CC_ARCH = "-march=i586"
7 PACKAGE_EXTRA_ARCHS = "x86"
8
9 require conf/machine/include/qemu.inc
10
11 MACHINE_FEATURES += "x86"
12 MACHINE_EXTRA_RRECOMMENDS = "kernel-module-uvesafb v86d"
13
14 KERNEL_IMAGETYPE = "bzImage"
15
16 SERIAL_CONSOLE = "115200 ttyS0"
17
18 PREFERRED_PROVIDER_virtual/kernel = "linux-rp"
19
20 GLIBC_ADDONS = "nptl"
21 GLIBC_EXTRA_OECONF = "--with-tls"