mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 18:32:20 +02:00
Now that we have a -bios option for the RISC-V virt machine in QEMU we can pass OpenSBI in via -bios and the kernel in via -kernel. We no longer need to pass the kernel in via -device loader so let's remove that. (From OE-Core rev: 65e7f371f19e053d0bac7771a80615f6bada74c7) Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 lines
259 B
Plaintext
10 lines
259 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: generic riscv64 machine
|
|
#@DESCRIPTION: Machine configuration for running a generic riscv64
|
|
|
|
require conf/machine/include/riscv/qemuriscv.inc
|
|
|
|
EXTRA_IMAGEDEPENDS += "u-boot"
|
|
UBOOT_MACHINE = "qemu-riscv64_defconfig"
|
|
UBOOT_ELF = "u-boot"
|