tests/lcitool: introduce qemu-minimal

This is a very bare bones set of dependencies for a minimal build of
QEMU. This will be useful for minimal cross-compile sanity check based
on things like Debian Sid where stuff isn't always in sync.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20230630180423.558337-15-alex.bennee@linaro.org>
This commit is contained in:
Alex Bennée 2023-06-30 19:03:59 +01:00
parent 690be80412
commit b911b9001e
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
# Very minimal set of qemu packages, used for minimal cross-compile sanity checks
---
packages:
- bash
- bc
- bison
- ccache
- findutils
- flex
- g++
- gcc
- gcc-native
- glib2
- glib2-native
- glib2-static
- libc-static
- libfdt
- libffi
- make
- meson
- ninja
- pixman
- pkg-config
- python3
- python3-venv
- sed
- tar