mirror of
https://github.com/Fishwaldo/meta-riscv.git
synced 2025-03-16 03:51:26 +00:00
qemuriscv: Allow overriding RISCV_SBI_PLAT
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
c3c86618f8
commit
d77546d36e
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ IMAGE_FSTYPES_append = " ext4"
|
|||
MACHINE_EXTRA_RRECOMMENDS += " kernel-modules"
|
||||
|
||||
EXTRA_IMAGEDEPENDS += "opensbi"
|
||||
RISCV_SBI_PLAT = "qemu/virt"
|
||||
RISCV_SBI_PLAT ?= "qemu/virt"
|
||||
RISCV_SBI_PAYLOAD ?= "${KERNEL_IMAGETYPE}-${MACHINE}.bin"
|
||||
|
||||
# qemuboot options
|
||||
|
|
Loading…
Add table
Reference in a new issue