mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
genericx86-64.conf/genericx86.conf: add QB_SYSTEM_NAME
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>
This commit is contained in:
parent
48a979be54
commit
841a1029c3
|
|
@ -7,3 +7,5 @@ require conf/machine/include/tune-core2.inc
|
|||
require conf/machine/include/genericx86-common.inc
|
||||
|
||||
SERIAL_CONSOLES_CHECK = "ttyS0"
|
||||
#For runqemu
|
||||
QB_SYSTEM_NAME = "qemu-system-x86_64"
|
||||
|
|
|
|||
|
|
@ -7,3 +7,5 @@ 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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user