mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
u-boot: Add support for building for qemuriscv32
(From OE-Core rev: a9666fbfe2dcb43fe9e8fd78e357eaacd99ca75e) Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b19c8f0af0
commit
7aaa97c904
@@ -11,7 +11,6 @@ PREFERRED_VERSION_openocd = "riscv"
|
||||
|
||||
XVISOR_PLAT = "riscv/virt32"
|
||||
|
||||
# u-boot doesn't compile, error: "can't link hard-float modules with soft-float modules"
|
||||
# EXTRA_IMAGEDEPENDS += "u-boot"
|
||||
# UBOOT_MACHINE = "qemu-riscv32_smode_defconfig"
|
||||
# UBOOT_ELF = "u-boot"
|
||||
EXTRA_IMAGEDEPENDS += "u-boot"
|
||||
UBOOT_MACHINE = "qemu-riscv32_smode_defconfig"
|
||||
UBOOT_ELF = "u-boot"
|
||||
|
||||
Reference in New Issue
Block a user