diff options
author | Alistair Francis <alistair.francis@wdc.com> | 2019-06-21 14:54:15 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-24 10:36:28 +0100 |
commit | 0b3e371116a0d101a93a0dd5caf5ca8e33f5d915 (patch) | |
tree | 48bc55e7e3ec21b41fac5105709f10f863266285 /meta/recipes-bsp/opensbi | |
parent | 6094a64a78b2d46dbf92c27b273f01dddae78a79 (diff) | |
download | poky-0b3e371116a0d101a93a0dd5caf5ca8e33f5d915.tar.gz |
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>
Diffstat (limited to 'meta/recipes-bsp/opensbi')
-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 "" |