From 7cffc861620fb1a15d3dd2e6dfd41eb688aa2fb0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alex=20Benn=C3=A9e?= Date: Thu, 4 Dec 2025 19:48:55 +0000 Subject: [PATCH] tests/lcitool: add bzip2 to the minimal dependency list MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit You cannot build any softmmu targets without it by default unless you build with --disable-install-blobs. Reviewed-by: Thomas Huth Message-ID: <20251204194902.1340008-5-alex.bennee@linaro.org> Signed-off-by: Alex Bennée --- 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 -- 2.47.3