Skip to content

ci/lava: Fix cmdline for UART/fastboot devices

Guilherme Gallo requested to merge gallo/mesa:ci-lava-fix-fastboot-cmdline into main

What does this MR do and why?

ci/lava: Fix cmdline for UART/fastboot devices

Fastboot devices need an indirection for creating a boot image via
`mkbootimg`, so we need to propagate the cmdline from LAVA and our extra
arguments to it properly.

This commit fixes it by retrieving the default cmdline from LAVA and
sending it, together with the `extra_nfsroot_args` to the `mkbootimg`
command.
Edited by Guilherme Gallo

Merge request reports