aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/qemux86.conf
blob: 60aa12ad7f51c761bf37b1b318e49d4a273776e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#@TYPE: Machine
#@NAME: qemu x86 Emulator setup
#@DESCRIPTION: Machine configuration for running an x86 system under qemu emulation

TARGET_ARCH = "i586"
PACKAGE_EXTRA_ARCHS = "x86"

require conf/machine/include/qemu.conf

SERIAL_CONSOLE = "115200 ttyS0"

PREFERRED_PROVIDER_virtual/kernel = "linux-rp"

GLIBC_ADDONS = "nptl"
GLIBC_EXTRA_OECONF = "--with-tls"