mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-06-21 08:52:24 +02:00
bbl_payload requires the kernel deployed artifacts (e.g. vmlinux) during compile time in order to generate the final bbl binary, so add virtual/kernel:do_deploy as a do_compile dependency to get the dependency task in the expected order. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>