b911b9001e
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>
28 lines
345 B
YAML
28 lines
345 B
YAML
# 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
|