diff options
author | Alistair Francis <alistair.francis@wdc.com> | 2021-03-12 13:38:25 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-14 16:33:59 +0000 |
commit | 7aaa97c9040d4c87ea4de09eed73a68ff24d53dc (patch) | |
tree | 8308a9184ee6a23c00861f2837e0d67f78f5ead5 /meta/conf | |
parent | b19c8f0af0d7c1a4c5919350ceae7a7ec5d15963 (diff) | |
download | poky-7aaa97c9040d4c87ea4de09eed73a68ff24d53dc.tar.gz |
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>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/machine/qemuriscv32.conf | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/conf/machine/qemuriscv32.conf b/meta/conf/machine/qemuriscv32.conf index 1413775ad6..d3858dc051 100644 --- a/meta/conf/machine/qemuriscv32.conf +++ b/meta/conf/machine/qemuriscv32.conf | |||
@@ -11,7 +11,6 @@ PREFERRED_VERSION_openocd = "riscv" | |||
11 | 11 | ||
12 | XVISOR_PLAT = "riscv/virt32" | 12 | XVISOR_PLAT = "riscv/virt32" |
13 | 13 | ||
14 | # u-boot doesn't compile, error: "can't link hard-float modules with soft-float modules" | 14 | EXTRA_IMAGEDEPENDS += "u-boot" |
15 | # EXTRA_IMAGEDEPENDS += "u-boot" | 15 | UBOOT_MACHINE = "qemu-riscv32_smode_defconfig" |
16 | # UBOOT_MACHINE = "qemu-riscv32_smode_defconfig" | 16 | UBOOT_ELF = "u-boot" |
17 | # UBOOT_ELF = "u-boot" | ||