diff --git a/conf/machine/beaglev-starlight-jh7100.conf b/conf/machine/beaglev-starlight-jh7100.conf index 1ea9055..86637bf 100644 --- a/conf/machine/beaglev-starlight-jh7100.conf +++ b/conf/machine/beaglev-starlight-jh7100.conf @@ -16,8 +16,9 @@ PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-starfive" PREFERRED_VERSION_openocd-native = "riscv" PREFERRED_VERSION_openocd = "riscv" +PREFERRED_VERSION_opensbi = "starfive-0.8.0" -EXTRA_IMAGEDEPENDS += "opensbi-starfive" +EXTRA_IMAGEDEPENDS += "opensbi" RISCV_SBI_PLAT = "starfive/vic7100" ## This sets u-boot as the default OpenSBI payload @@ -43,7 +44,7 @@ UBOOT_DTB_LOADADDRESS = "0x82200000" ## wic default support WKS_FILE_DEPENDS ?= " \ - opensbi-starfive \ + opensbi \ e2fsprogs-native \ bmap-tools-native \ " diff --git a/recipes-bsp/opensbi/opensbi-starfive_0.8.0.bb b/recipes-bsp/opensbi/opensbi_starfive-0.8.0.bb similarity index 100% rename from recipes-bsp/opensbi/opensbi-starfive_0.8.0.bb rename to recipes-bsp/opensbi/opensbi_starfive-0.8.0.bb