[PATCH v4 14/38] tests/lcitool: introduce qemu-minimal

Alex Bennée posted 38 patches 2 years, 7 months ago
[PATCH v4 14/38] tests/lcitool: introduce qemu-minimal
Posted by Alex Bennée 2 years, 7 months ago
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
v3
  - shift extra packages from next commit
---
 tests/lcitool/projects/qemu-minimal.yml | 27 +++++++++++++++++++++++++
 1 file changed, 27 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..d44737dc1d
--- /dev/null
+++ b/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
-- 
2.39.2


Re: [PATCH v4 14/38] tests/lcitool: introduce qemu-minimal
Posted by Richard Henderson 2 years, 7 months ago
On 6/30/23 20:03, Alex Bennée wrote:
> 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
> v3
>    - shift extra packages from next commit
> ---
>   tests/lcitool/projects/qemu-minimal.yml | 27 +++++++++++++++++++++++++
>   1 file changed, 27 insertions(+)
>   create mode 100644 tests/lcitool/projects/qemu-minimal.yml

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~