Commit 7cffc86162 for qemu.org

commit 7cffc861620fb1a15d3dd2e6dfd41eb688aa2fb0
Author: Alex Bennée <alex.bennee@linaro.org>
Date:   Thu Dec 4 19:48:55 2025 +0000

    tests/lcitool: add bzip2 to the minimal dependency list

    You cannot build any softmmu targets without it by default unless you
    build with --disable-install-blobs.

    Reviewed-by: Thomas Huth <thuth@redhat.com>
    Message-ID: <20251204194902.1340008-5-alex.bennee@linaro.org>
    Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

diff --git a/tests/lcitool/projects/qemu-minimal.yml b/tests/lcitool/projects/qemu-minimal.yml
index 6bc232a1c3..2a1ac51d40 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