opensbi-beaglev: w/a for do_deploy failure

Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
This commit is contained in:
Maciej Pijanowski
2021-05-01 00:42:03 +02:00
committed by Khem Raj
parent 643f03b3d0
commit 89d3bfd5d8
2 changed files with 8 additions and 8 deletions

View File

@@ -15,8 +15,8 @@ PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-beaglev"
PREFERRED_VERSION_openocd-native = "riscv"
PREFERRED_VERSION_openocd = "riscv"
EXTRA_IMAGEDEPENDS += "opensbi"
RISCV_SBI_PLAT = "sifive/vic7100"
EXTRA_IMAGEDEPENDS += "opensbi-beaglev"
RISCV_SBI_PLAT = "starfive/vic7100"
## This sets u-boot as the default OpenSBI payload
RISCV_SBI_PAYLOAD ?= "u-boot.bin"
@@ -44,7 +44,7 @@ UBOOT_DTB_LOADADDRESS = "0x82200000"
## wic default support
WKS_FILE_DEPENDS ?= " \
opensbi \
opensbi-beaglev \
e2fsprogs-native \
bmap-tools-native \
"