]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
genericx86-64.conf/genericx86.conf: add QB_SYSTEM_NAME
authorChangqing Li <changqing.li@windriver.com>
Tue, 6 Aug 2019 02:25:14 +0000 (10:25 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 7 Aug 2019 15:08:56 +0000 (16:08 +0100)
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>
meta-yocto-bsp/conf/machine/genericx86-64.conf
meta-yocto-bsp/conf/machine/genericx86.conf

index c489462dca80e8c96e950e1cfc348cdd544c94e3..81ec24e97146917cff294b8c5009e3ce99414ee6 100644 (file)
@@ -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"
index 9929d2788a0c00324c4458877caec8ccf0da003d..1387bde852f8948f6f28f7f26c11b7135ca96920 100644 (file)
@@ -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"