mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
QB_SYSTEM_NAME set in qemuboot-x86.inc will be removed, so set QB_SYSTEM_NAME in these two configuration files. (From meta-yocto rev: 6748c925817da0e7ae2a84d1214e3595515962b5) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 lines
431 B
Plaintext
12 lines
431 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: Generic x86
|
|
#@DESCRIPTION: Machine configuration for generic x86 (32-bit) PCs. Supports a moderately wide range of drivers that should boot and be usable on "typical" hardware.
|
|
|
|
DEFAULTTUNE ?= "core2-32"
|
|
require conf/machine/include/tune-core2.inc
|
|
require conf/machine/include/genericx86-common.inc
|
|
|
|
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "gma500-gfx-check"
|
|
#For runqemu
|
|
QB_SYSTEM_NAME = "qemu-system-i386"
|