mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
u-boot_2021.07: set UBOOT_MACHINE for qemumips and qemumips64
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>
This commit is contained in:
@@ -9,7 +9,7 @@ require conf/machine/include/qemuboot-mips.inc
|
||||
KERNEL_IMAGETYPE = "vmlinux"
|
||||
KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
|
||||
|
||||
UBOOT_MACHINE ?= "qemu_mips_defconfig"
|
||||
UBOOT_MACHINE ?= "malta_defconfig"
|
||||
|
||||
SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1"
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ QB_CPU = "-cpu MIPS64R2-generic"
|
||||
KERNEL_IMAGETYPE = "vmlinux"
|
||||
KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
|
||||
|
||||
UBOOT_MACHINE ?= "qemu_mips64_defconfig"
|
||||
UBOOT_MACHINE ?= "malta64_defconfig"
|
||||
|
||||
SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user