[PULL 0/5] edk2-next patches for 2019-10-07

Philippe Mathieu-Daudé posted 5 patches 4 years, 6 months ago
Test FreeBSD passed
Test docker-mingw@fedora passed
Test asan passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20191007133540.30623-1-philmd@redhat.com
Maintainers: "Philippe Mathieu-Daudé" <philmd@redhat.com>, Laszlo Ersek <lersek@redhat.com>
roms/Makefile                  |  3 ++-
roms/Makefile.edk2             |  7 ++++++-
roms/edk2-build.sh             |  4 ++--
roms/edk2-funcs.sh             | 17 +++++++++++++++++
scripts/make-release           |  8 ++++++++
tests/uefi-test-tools/Makefile |  5 ++++-
tests/uefi-test-tools/build.sh |  6 ++++--
7 files changed, 43 insertions(+), 7 deletions(-)
[PULL 0/5] edk2-next patches for 2019-10-07
Posted by Philippe Mathieu-Daudé 4 years, 6 months ago
The following changes since commit 9e5319ca52a5b9e84d55ad9c36e2c0b317a122bb:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2019-10-04 18:32:34 +0100)

are available in the Git repository at:

  https://gitlab.com/philmd/qemu.git tags/edk2-next-20191007

for you to fetch changes up to 037973bb0d2b1a3c8618ccf41caa4da3666588c3:

  edk2 build scripts: work around TianoCore#1607 without forcing Python 2 (2019-10-07 15:14:15 +0200)

----------------------------------------------------------------
Improve scripts relying on the EDK2 submodule,
drop Python2 dependency in EDK2 build scripts.

----------------------------------------------------------------

Laszlo Ersek (2):
  edk2 build scripts: honor external BaseTools flags with
    uefi-test-tools
  edk2 build scripts: work around TianoCore#1607 without forcing Python
    2

Michael Roth (2):
  make-release: pull in edk2 submodules so we can build it from tarballs
  roms/Makefile.edk2: don't pull in submodules when building from
    tarball

Philippe Mathieu-Daudé (1):
  roms: Add a 'make help' target alias

 roms/Makefile                  |  3 ++-
 roms/Makefile.edk2             |  7 ++++++-
 roms/edk2-build.sh             |  4 ++--
 roms/edk2-funcs.sh             | 17 +++++++++++++++++
 scripts/make-release           |  8 ++++++++
 tests/uefi-test-tools/Makefile |  5 ++++-
 tests/uefi-test-tools/build.sh |  6 ++++--
 7 files changed, 43 insertions(+), 7 deletions(-)

-- 
2.21.0


Re: [PULL 0/5] edk2-next patches for 2019-10-07
Posted by Peter Maydell 4 years, 6 months ago
On Mon, 7 Oct 2019 at 14:37, Philippe Mathieu-Daudé <philmd@redhat.com> wrote:
>
> The following changes since commit 9e5319ca52a5b9e84d55ad9c36e2c0b317a122bb:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2019-10-04 18:32:34 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/philmd/qemu.git tags/edk2-next-20191007
>
> for you to fetch changes up to 037973bb0d2b1a3c8618ccf41caa4da3666588c3:
>
>   edk2 build scripts: work around TianoCore#1607 without forcing Python 2 (2019-10-07 15:14:15 +0200)
>
> ----------------------------------------------------------------
> Improve scripts relying on the EDK2 submodule,
> drop Python2 dependency in EDK2 build scripts.
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.2
for any user-visible changes.

-- PMM