Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
stsquad committed Jul 3, 2023
1 parent 690be80 commit b911b90
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions tests/lcitool/projects/qemu-minimal.yml
@@ -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

0 comments on commit b911b90

Please sign in to comment.