Browse Source

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>
pull/314/head
Alex Bennée 4 months ago
parent
commit
7cffc86162
  1. 1
      tests/lcitool/projects/qemu-minimal.yml

1
tests/lcitool/projects/qemu-minimal.yml

@ -4,6 +4,7 @@ packages:
- bash
- bc
- bison
- bzip2
- ccache
- findutils
- flex

Loading…
Cancel
Save