[PATCH v2 0/2] edk2 build scripts: eliminate python 2 dependency

Laszlo Ersek posted 2 patches 4 years, 6 months ago
Test docker-clang@ubuntu passed
Test docker-mingw@fedora passed
Test asan passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190920083808.21399-1-lersek@redhat.com
Maintainers: Laszlo Ersek <lersek@redhat.com>, "Philippe Mathieu-Daudé" <philmd@redhat.com>
roms/Makefile                  |  1 +
roms/edk2-build.sh             |  4 ++--
roms/edk2-funcs.sh             | 17 +++++++++++++++++
tests/uefi-test-tools/Makefile |  5 ++++-
tests/uefi-test-tools/build.sh |  6 ++++--
5 files changed, 28 insertions(+), 5 deletions(-)
[PATCH v2 0/2] edk2 build scripts: eliminate python 2 dependency
Posted by Laszlo Ersek 4 years, 6 months ago
v1 URL:
http://mid.mail-archive.com/20190918171141.15957-1-lersek@redhat.com

Updates are noted on each patch.

Cc: Eduardo Habkost <ehabkost@redhat.com>
Cc: John Snow <jsnow@redhat.com>
Cc: Philippe Mathieu-Daudé <philmd@redhat.com>

Thanks
Laszlo

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

 roms/Makefile                  |  1 +
 roms/edk2-build.sh             |  4 ++--
 roms/edk2-funcs.sh             | 17 +++++++++++++++++
 tests/uefi-test-tools/Makefile |  5 ++++-
 tests/uefi-test-tools/build.sh |  6 ++++--
 5 files changed, 28 insertions(+), 5 deletions(-)

-- 
2.19.1.3.g30247aa5d201


Re: [PATCH v2 0/2] edk2 build scripts: eliminate python 2 dependency
Posted by John Snow 4 years, 6 months ago

On 9/20/19 4:38 AM, Laszlo Ersek wrote:
> v1 URL:
> http://mid.mail-archive.com/20190918171141.15957-1-lersek@redhat.com
> 
> Updates are noted on each patch.
> 
> Cc: Eduardo Habkost <ehabkost@redhat.com>
> Cc: John Snow <jsnow@redhat.com>
> Cc: Philippe Mathieu-Daudé <philmd@redhat.com>
> 
> Thanks
> Laszlo
> 
> 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
> 
>  roms/Makefile                  |  1 +
>  roms/edk2-build.sh             |  4 ++--
>  roms/edk2-funcs.sh             | 17 +++++++++++++++++
>  tests/uefi-test-tools/Makefile |  5 ++++-
>  tests/uefi-test-tools/build.sh |  6 ++++--
>  5 files changed, 28 insertions(+), 5 deletions(-)
> 

Thank you again!

I'm sure we'll find all of the rough spots during the rc process, so I
am quite content for now.

Reviewed-by: John Snow <jsnow@redhat.com>

Re: [PATCH v2 0/2] edk2 build scripts: eliminate python 2 dependency
Posted by Philippe Mathieu-Daudé 4 years, 6 months ago
On 9/20/19 6:06 PM, John Snow wrote:
> On 9/20/19 4:38 AM, Laszlo Ersek wrote:
>> v1 URL:
>> http://mid.mail-archive.com/20190918171141.15957-1-lersek@redhat.com
>>
>> Updates are noted on each patch.
>>
>> Cc: Eduardo Habkost <ehabkost@redhat.com>
>> Cc: John Snow <jsnow@redhat.com>
>> Cc: Philippe Mathieu-Daudé <philmd@redhat.com>
>>
>> Thanks
>> Laszlo
>>
>> 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
>>
>>  roms/Makefile                  |  1 +
>>  roms/edk2-build.sh             |  4 ++--
>>  roms/edk2-funcs.sh             | 17 +++++++++++++++++
>>  tests/uefi-test-tools/Makefile |  5 ++++-
>>  tests/uefi-test-tools/build.sh |  6 ++++--
>>  5 files changed, 28 insertions(+), 5 deletions(-)
>>
> 
> Thank you again!
> 
> I'm sure we'll find all of the rough spots during the rc process, so I
> am quite content for now.
> 
> Reviewed-by: John Snow <jsnow@redhat.com>
> 

Thanks, queued on edk2-next.