[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 14/36] tests/lcitool: introduce qemu-minimal
From: |
Alex Bennée |
Subject: |
[PATCH v3 14/36] tests/lcitool: introduce qemu-minimal |
Date: |
Tue, 27 Jun 2023 17:09:21 +0100 |
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.
Message-Id: <20230623122100.1640995-16-alex.bennee@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
v2
- minor rewording
---
tests/lcitool/projects/qemu-minimal.yml | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 tests/lcitool/projects/qemu-minimal.yml
diff --git a/tests/lcitool/projects/qemu-minimal.yml
b/tests/lcitool/projects/qemu-minimal.yml
new file mode 100644
index 0000000000..b60fec715c
--- /dev/null
+++ b/tests/lcitool/projects/qemu-minimal.yml
@@ -0,0 +1,23 @@
+# Very minimal set of qemu packages, used for minimal cross-compile sanity
checks
+---
+packages:
+ - bash
+ - bc
+ - bison
+ - flex
+ - g++
+ - gcc
+ - gcc-native
+ - glib2
+ - glib2-native
+ - glib2-static
+ - libc-static
+ - libfdt
+ - libffi
+ - make
+ - meson
+ - ninja
+ - pixman
+ - pkg-config
+ - python3
+ - python3-venv
--
2.39.2
- [PATCH v3 00/36] maintainer omnibus: testing, fuzz, plugins, documentation, gdbstub (pre-PR), Alex Bennée, 2023/06/27
- [PATCH v3 01/36] gitlab: explicit set artifacts publishing criteria, Alex Bennée, 2023/06/27
- [PATCH v3 03/36] gitlab: reduce testing scope of check-gcov, Alex Bennée, 2023/06/27
- [PATCH v3 02/36] gitlab: ensure coverage job also publishes meson log, Alex Bennée, 2023/06/27
- [PATCH v3 04/36] docs/devel: remind developers to run CI container pipeline when updating images, Alex Bennée, 2023/06/27
- [PATCH v3 05/36] tests/tcg: add mechanism to handle plugin arguments, Alex Bennée, 2023/06/27
- [PATCH v3 11/36] tests/lcitool: update to latest version, Alex Bennée, 2023/06/27
- [PATCH v3 09/36] tests/docker: add test-fuzz, Alex Bennée, 2023/06/27
- [PATCH v3 14/36] tests/lcitool: introduce qemu-minimal,
Alex Bennée <=
- [PATCH v3 08/36] tests/qtests: clean-up and fix leak in generic_fuzz, Alex Bennée, 2023/06/27
- [PATCH v3 13/36] tests/lcitool: add an explicit gcc-native package, Alex Bennée, 2023/06/27
- [PATCH v3 07/36] scripts/oss-fuzz: add a suppression for keymap, Alex Bennée, 2023/06/27
- [PATCH v3 15/36] tests/docker: convert riscv64-cross to lcitool, Alex Bennée, 2023/06/27
- [PATCH v3 16/36] tests/avocado: update firmware to enable sbsa-ref/max, Alex Bennée, 2023/06/27
- [PATCH v3 12/36] tests/lcitool: Bump fedora container versions, Alex Bennée, 2023/06/27