[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[qemu-s390x] [PATCH-for-4.1 v2 0/9] tests/docker: Debian & MXE fixes
From: |
Philippe Mathieu-Daudé |
Subject: |
[qemu-s390x] [PATCH-for-4.1 v2 0/9] tests/docker: Debian & MXE fixes |
Date: |
Mon, 15 Jul 2019 19:48:07 +0200 |
Few more patches to be able to MXE-build the NSIS installers.
The Fedora kludge is not meant for merge, but might be useful to
test this series.
Based-on: address@hidden
https://lists.gnu.org/archive/html/qemu-devel/2019-07/msg03014.html
Philippe Mathieu-Daudé (9):
tests/docker: Kludge to build the Fedora image
tests/docker: Install Sphinx in the Debian images
tests/docker: Install the NSIS tools in the MinGW capable images
tests/docker: Set the correct cross-PKG_CONFIG_PATH in the MXE images
tests/docker: Install texinfo in the Fedora image
buildsys: The NSIS Windows build requires the documentation installed
buildsys: The NSIS Windows build requires qemu-nsis.bmp installed
tests/docker: Let the test-mingw test generate a NSIS installer
NSIS: Add missing firmware blobs
Makefile | 3 ++-
qemu.nsi | 3 +++
tests/docker/dockerfiles/debian-win32-cross.docker | 6 ++++++
tests/docker/dockerfiles/debian-win64-cross.docker | 6 ++++++
tests/docker/dockerfiles/debian10.docker | 1 +
tests/docker/dockerfiles/debian9.docker | 1 +
tests/docker/dockerfiles/fedora.docker | 5 ++++-
tests/docker/test-mingw | 1 +
8 files changed, 24 insertions(+), 2 deletions(-)
--
2.20.1
- [qemu-s390x] [PATCH-for-4.1 v2 0/9] tests/docker: Debian & MXE fixes,
Philippe Mathieu-Daudé <=
- [qemu-s390x] [NOTFORMERGE PATCH v2 1/9] tests/docker: Kludge to build the Fedora image, Philippe Mathieu-Daudé, 2019/07/15
- [qemu-s390x] [PATCH-for-4.1 v2 2/9] tests/docker: Install Sphinx in the Debian images, Philippe Mathieu-Daudé, 2019/07/15
- [qemu-s390x] [PATCH-for-4.1 v2 4/9] tests/docker: Set the correct cross-PKG_CONFIG_PATH in the MXE images, Philippe Mathieu-Daudé, 2019/07/15
- [qemu-s390x] [PATCH-for-4.1 v2 3/9] tests/docker: Install the NSIS tools in the MinGW capable images, Philippe Mathieu-Daudé, 2019/07/15
- [qemu-s390x] [PATCH-for-4.1 v2 5/9] tests/docker: Install texinfo in the Fedora image, Philippe Mathieu-Daudé, 2019/07/15
- [qemu-s390x] [RFC PATCH-for-4.1 v2 6/9] buildsys: The NSIS Windows build requires the documentation installed, Philippe Mathieu-Daudé, 2019/07/15
- [qemu-s390x] [PATCH-for-4.1 v2 7/9] buildsys: The NSIS Windows build requires qemu-nsis.bmp installed, Philippe Mathieu-Daudé, 2019/07/15
- [qemu-s390x] [PATCH-for-4.1 v2 8/9] tests/docker: Let the test-mingw test generate a NSIS installer, Philippe Mathieu-Daudé, 2019/07/15