mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
recipes-bsp/opensbi: Fix the u-boot payload name
(From OE-Core rev: abbd86a961357d1de6b9c57d50eb95abe2b57fce) 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
6094a64a78
commit
0b3e371116
@@ -31,7 +31,7 @@ def riscv_get_do_compile_depends(d):
|
||||
|
||||
if 'linux' in sbi_payload or 'Image' in sbi_payload:
|
||||
return "virtual/kernel:do_deploy"
|
||||
if 'u-boot' in sbi_payload:
|
||||
if 'u-boot.bin' in sbi_payload:
|
||||
return "virtual/bootloader:do_deploy"
|
||||
|
||||
return ""
|
||||
|
||||
Reference in New Issue
Block a user