From 841a1029c31192608c7222db4e05713053b266d0 Mon Sep 17 00:00:00 2001 From: Changqing Li Date: Tue, 6 Aug 2019 10:25:14 +0800 Subject: 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 Signed-off-by: Richard Purdie --- meta-yocto-bsp/conf/machine/genericx86-64.conf | 2 ++ meta-yocto-bsp/conf/machine/genericx86.conf | 2 ++ 2 files changed, 4 insertions(+) (limited to 'meta-yocto-bsp') diff --git a/meta-yocto-bsp/conf/machine/genericx86-64.conf b/meta-yocto-bsp/conf/machine/genericx86-64.conf index c489462dca..81ec24e971 100644 --- a/meta-yocto-bsp/conf/machine/genericx86-64.conf +++ b/meta-yocto-bsp/conf/machine/genericx86-64.conf @@ -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" diff --git a/meta-yocto-bsp/conf/machine/genericx86.conf b/meta-yocto-bsp/conf/machine/genericx86.conf index 9929d2788a..1387bde852 100644 --- a/meta-yocto-bsp/conf/machine/genericx86.conf +++ b/meta-yocto-bsp/conf/machine/genericx86.conf @@ -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" -- cgit v1.2.3-54-g00ecf