summary refs log tree commit diff stats
path: root/tests/lcitool/projects/qemu-minimal.yml
blob: 6bc232a1c3e2b3e30f479ec0f356961c7a30c547 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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