1
0
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:
Alistair Francis
2021-03-12 13:38:25 -08:00
committed by Richard Purdie
parent b19c8f0af0
commit 7aaa97c904
3 changed files with 47 additions and 4 deletions
+3 -4
View File
@@ -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"