Message ID | 20230623122100.1640995-16-alex.bennee@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | maintainer omnibus: testing, fuzz, plugins, documentation | expand |
On 6/23/23 14:20, Alex Bennée wrote: > This is a very bare bones set of dependencies for a minimal build of > QEMU. This will be useful for bootstrapping cross compile images based > on things like Debian Sid where stuff isn't always in sync. > > Signed-off-by: Alex Bennée <alex.bennee@linaro.org> > --- > 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..507f1f6881 > --- /dev/null > +++ b/tests/lcitool/projects/qemu-minimal.yml > @@ -0,0 +1,23 @@ > +# Very minimal set of qemu packages, used for early bootstrap "early bootstrap" doesn't seem like the right phrase. At least it reminds me of gcc building itself once, so that you can then do it again with the full environment. But we aren't going to do that. We just want to sanity check that some host-specific bits don't contain typos or get bitrotten. Perhaps "used for minimal cross-compile sanity checks"? r~
diff --git a/tests/lcitool/projects/qemu-minimal.yml b/tests/lcitool/projects/qemu-minimal.yml new file mode 100644 index 0000000000..507f1f6881 --- /dev/null +++ b/tests/lcitool/projects/qemu-minimal.yml @@ -0,0 +1,23 @@ +# Very minimal set of qemu packages, used for early bootstrap +--- +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
This is a very bare bones set of dependencies for a minimal build of QEMU. This will be useful for bootstrapping cross compile images based on things like Debian Sid where stuff isn't always in sync. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> --- tests/lcitool/projects/qemu-minimal.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 tests/lcitool/projects/qemu-minimal.yml