mbox series

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

Message ID 20190920083808.21399-1-lersek@redhat.com (mailing list archive)
Headers show
Series edk2 build scripts: eliminate python 2 dependency | expand

Message

Laszlo Ersek Sept. 20, 2019, 8:38 a.m. UTC
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(-)

Comments

John Snow Sept. 20, 2019, 4:06 p.m. UTC | #1
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>
Philippe Mathieu-Daudé Sept. 24, 2019, 3:28 p.m. UTC | #2
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.