From: Alistair Francis Date: Fri, 21 Jun 2019 21:54:15 +0000 (-0700) Subject: recipes-bsp/opensbi: Fix the u-boot payload name X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~14078 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abbd86a961357d1de6b9c57d50eb95abe2b57fce;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git recipes-bsp/opensbi: Fix the u-boot payload name Signed-off-by: Alistair Francis Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-bsp/opensbi/opensbi-payloads.inc b/meta/recipes-bsp/opensbi/opensbi-payloads.inc index 7df168325a1..7828599ce43 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): 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 ""