mirror of
https://git.yoctoproject.org/poky
synced 2026-02-28 20:39:39 +01:00
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 (From OE-Core rev: e724e8836ed614ff8eaa0d0d9c51d22ee62576b3) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
17 lines
438 B
Plaintext
17 lines
438 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: QEMU MIPS64 machine
|
|
#@DESCRIPTION: Machine configuration for running a MIPS64 system on QEMU
|
|
|
|
require conf/machine/include/qemu.inc
|
|
require conf/machine/include/tune-mips64r2.inc
|
|
require conf/machine/include/qemuboot-mips.inc
|
|
|
|
QB_CPU = "-cpu MIPS64R2-generic"
|
|
|
|
KERNEL_IMAGETYPE = "vmlinux"
|
|
KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
|
|
|
|
SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1"
|
|
|
|
QB_SYSTEM_NAME = "qemu-system-mips64"
|