]> code.ossystems Code Review - openembedded-core.git/commitdiff
conf/machine: set UBOOT_MACHINE for qemumips and qemumips64
authorMing Liu <liu.ming50@gmail.com>
Mon, 17 Aug 2020 09:32:54 +0000 (11:32 +0200)
committerSteve Sakoman <steve@sakoman.com>
Tue, 1 Sep 2020 15:45:54 +0000 (05:45 -1000)
These machines support booting U-Boot, so set the machine appropriately.

Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit b812fad85aed6cb9e433c689f3b14425488dfc68)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/conf/machine/qemumips.conf
meta/conf/machine/qemumips64.conf

index 4617c3c7b6b74ffd233b613238808faa4753db96..1373e4cba01f8380ef2a5090823b4329f4bdc5b0 100644 (file)
@@ -9,6 +9,8 @@ require conf/machine/include/qemuboot-mips.inc
 KERNEL_IMAGETYPE = "vmlinux"
 KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
 
+UBOOT_MACHINE ?= "qemu_mips_defconfig"
+
 SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1"
 
 QB_SYSTEM_NAME = "qemu-system-mips"
index 6d5174665f8550fff15f0e5348e4d1f1605746ef..1e774864911aed0bbae49635ba8f9620f8f85432 100644 (file)
@@ -11,6 +11,8 @@ QB_CPU = "-cpu MIPS64R2-generic"
 KERNEL_IMAGETYPE = "vmlinux"
 KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
 
+UBOOT_MACHINE ?= "qemu_mips64_defconfig"
+
 SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1"
 
 QB_SYSTEM_NAME = "qemu-system-mips64"