mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3916 311d38ba-8fff-0310-9ca6-ca027cbcb966
24 lines
491 B
Plaintext
24 lines
491 B
Plaintext
#@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.inc
|
|
|
|
MACHINE_FEATURES += "x86"
|
|
|
|
KERNEL_IMAGETYPE = "bzImage"
|
|
|
|
SERIAL_CONSOLE = "115200 ttyS0"
|
|
|
|
PREFERRED_PROVIDER_virtual/kernel = "linux-rp"
|
|
|
|
GLIBC_ADDONS = "nptl"
|
|
GLIBC_EXTRA_OECONF = "--with-tls"
|
|
|
|
MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "v86d"
|
|
|
|
TARGET_CC_ARCH = "-march=i586"
|