summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/qemumips64.conf
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2019-08-20 10:45:44 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-08-22 17:35:43 +0100
commite724e8836ed614ff8eaa0d0d9c51d22ee62576b3 (patch)
tree59f84e8424150acfe629de8839ed80b3edc016a6 /meta/conf/machine/qemumips64.conf
parent88e61a317f44dfc5e2f7a037353d500f80c75d02 (diff)
downloadopenembedded-core-contrib-e724e8836ed614ff8eaa0d0d9c51d22ee62576b3.tar.gz
qemumips/qemumips64: move QB_SYSTEM_NAME to corresponding conf
Configuration: MACHINE = qemumips64 bitbake lib32-core-image-minimal runqemu slirp nographic qemumips64 ext4 Error: ERROR - Failed to run qemu: qemu-system-mips: unable to find CPU model 'MIPS64R2-generic' Fixed by moving QB_SYSTEM_NAME to Respective configuration file Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/conf/machine/qemumips64.conf')
-rw-r--r--meta/conf/machine/qemumips64.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/machine/qemumips64.conf b/meta/conf/machine/qemumips64.conf
index 1872e7b62d..6d5174665f 100644
--- a/meta/conf/machine/qemumips64.conf
+++ b/meta/conf/machine/qemumips64.conf
@@ -12,3 +12,5 @@ KERNEL_IMAGETYPE = "vmlinux"
KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1"
+
+QB_SYSTEM_NAME = "qemu-system-mips64"