On 04/12/2025 20.48, Alex Bennée wrote:
You cannot build any softmmu targets without it
I'd assume it's only the targets that use a bzipped edk2 image? by default unless you
build with --disable-install-blobs. Signed-off-by: Alex Bennée <[email protected]> --- tests/lcitool/projects/qemu-minimal.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/lcitool/projects/qemu-minimal.yml b/tests/lcitool/projects/qemu-minimal.yml index 6bc232a1c3e..2a1ac51d402 100644 --- a/tests/lcitool/projects/qemu-minimal.yml +++ b/tests/lcitool/projects/qemu-minimal.yml @@ -4,6 +4,7 @@ packages: - bash - bc - bison + - bzip2 - ccache - findutils - flex
Anyway: Reviewed-by: Thomas Huth <[email protected]>
