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