diff options
-rw-r--r-- | meta/recipes-bsp/opensbi/opensbi-payloads.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/opensbi/opensbi-payloads.inc b/meta/recipes-bsp/opensbi/opensbi-payloads.inc index 7df168325a..7828599ce4 100644 --- a/meta/recipes-bsp/opensbi/opensbi-payloads.inc +++ b/meta/recipes-bsp/opensbi/opensbi-payloads.inc | |||
@@ -31,7 +31,7 @@ def riscv_get_do_compile_depends(d): | |||
31 | 31 | ||
32 | if 'linux' in sbi_payload or 'Image' in sbi_payload: | 32 | if 'linux' in sbi_payload or 'Image' in sbi_payload: |
33 | return "virtual/kernel:do_deploy" | 33 | return "virtual/kernel:do_deploy" |
34 | if 'u-boot' in sbi_payload: | 34 | if 'u-boot.bin' in sbi_payload: |
35 | return "virtual/bootloader:do_deploy" | 35 | return "virtual/bootloader:do_deploy" |
36 | 36 | ||
37 | return "" | 37 | return "" |