mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
conf/machine: set UBOOT_MACHINE for qemumips and qemumips64
These machines support booting U-Boot, so set the machine appropriately. (From OE-Core rev: b812fad85aed6cb9e433c689f3b14425488dfc68) Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -9,6 +9,8 @@ require conf/machine/include/qemuboot-mips.inc
|
|||||||
KERNEL_IMAGETYPE = "vmlinux"
|
KERNEL_IMAGETYPE = "vmlinux"
|
||||||
KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
|
KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
|
||||||
|
|
||||||
|
UBOOT_MACHINE ?= "qemu_mips_defconfig"
|
||||||
|
|
||||||
SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1"
|
SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1"
|
||||||
|
|
||||||
QB_SYSTEM_NAME = "qemu-system-mips"
|
QB_SYSTEM_NAME = "qemu-system-mips"
|
||||||
|
|||||||
@@ -11,6 +11,8 @@ QB_CPU = "-cpu MIPS64R2-generic"
|
|||||||
KERNEL_IMAGETYPE = "vmlinux"
|
KERNEL_IMAGETYPE = "vmlinux"
|
||||||
KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
|
KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
|
||||||
|
|
||||||
|
UBOOT_MACHINE ?= "qemu_mips64_defconfig"
|
||||||
|
|
||||||
SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1"
|
SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1"
|
||||||
|
|
||||||
QB_SYSTEM_NAME = "qemu-system-mips64"
|
QB_SYSTEM_NAME = "qemu-system-mips64"
|
||||||
|
|||||||
Reference in New Issue
Block a user