Skip to content

lava: Fix the name of the DTB file for kernel < 5.7

Emanuele Aina requested to merge wip/em/v2019-fix-dtb-name into apertis/v2019-updates

LAVA is failing to boot images since the default DTB file name changed in linux 5.7 and the U-Boot bootloader has changed its defaults to reflect that, which means that it now fails to find the DTB when using older images that provide the DTB in the previous location.

To avoid that, explicitly provide the DTB name.

Test jobs:

Edited by Emanuele Aina

Merge request reports