mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 13:39:49 +02:00
It fails to build u-boot 2021.07 for qemumips and qemumips64: | *** Can't find default configuration "arch/../configs/qemu_mips64_defconfig"! According to https://source.denx.de/u-boot/u-boot/-/commit/5308a71 set UBOOT_MACHINE with malta defconfigs for qemumips and qemumips64. (From OE-Core rev: 337e461ff92cd114b97e19ecf79806030b9b4666) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 lines
458 B
Plaintext
19 lines
458 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: QEMU MIPS32 machine
|
|
#@DESCRIPTION: Machine configuration for running a MIPS system on QEMU
|
|
|
|
require conf/machine/include/qemu.inc
|
|
require conf/machine/include/tune-mips32r2.inc
|
|
require conf/machine/include/qemuboot-mips.inc
|
|
|
|
KERNEL_IMAGETYPE = "vmlinux"
|
|
KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
|
|
|
|
UBOOT_MACHINE ?= "malta_defconfig"
|
|
|
|
SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1"
|
|
|
|
QB_SYSTEM_NAME = "qemu-system-mips"
|
|
|
|
QB_CPU = "-cpu 34Kf"
|