mirror of https://github.com/xemu-project/xemu.git
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:
parent
690be80412
commit
b911b9001e
|
@ -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
|
Loading…
Reference in New Issue