public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/3] python3 follow-up patches for BaseTools
@ 2018-06-27 10:07 Gary Lin
  2018-06-27 10:07 ` [PATCH 1/3] BaseTools: Remove the old python "not-equal" in DscBuildData.py Gary Lin
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Gary Lin @ 2018-06-27 10:07 UTC (permalink / raw)
  To: edk2-devel; +Cc: Yonghong Zhu, Liming Gao

This is the follow-up patch set for my previous python3 patch series:

https://lists.01.org/pipermail/edk2-devel/2018-June/026499.html

* A replacement of "<>" is missed in the previous series, and this is
  fixed in this patch set.

* The previous patch to unify long and int caused the build error due to
  the absence of long in TypeDict. The new implementation should be
  compatible with both python2 and python3.

* Several bash scripts are modified to read PYTHON_DEFAULT to switch to
  the python3 interpreter so that we can test the python3 compatibility
  easily. Please note that BaseTools is still not ready, so any error
  from python3 interpreter is expected.

Contributed-under: TianoCore Contribution Agreement 1.1
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Gary Lin <glin@suse.com>

Gary Lin (3):
  BaseTools: Remove the old python "not-equal" in DscBuildData.py
  BaseTools: Unify long and int in Expression.py
  BaseTools: Read the env variable PYTHON_DEFAULT

 BaseTools/BinWrappers/PosixLike/BPDG                      | 6 +++++-
 BaseTools/BinWrappers/PosixLike/Ecc                       | 6 +++++-
 BaseTools/BinWrappers/PosixLike/GenDepex                  | 6 +++++-
 BaseTools/BinWrappers/PosixLike/GenFds                    | 6 +++++-
 BaseTools/BinWrappers/PosixLike/GenPatchPcdTable          | 6 +++++-
 BaseTools/BinWrappers/PosixLike/PatchPcdValue             | 6 +++++-
 BaseTools/BinWrappers/PosixLike/Pkcs7Sign                 | 6 +++++-
 BaseTools/BinWrappers/PosixLike/Rsa2048Sha256GenerateKeys | 6 +++++-
 BaseTools/BinWrappers/PosixLike/Rsa2048Sha256Sign         | 6 +++++-
 BaseTools/BinWrappers/PosixLike/TargetTool                | 6 +++++-
 BaseTools/BinWrappers/PosixLike/Trim                      | 6 +++++-
 BaseTools/BinWrappers/PosixLike/UPT                       | 6 +++++-
 BaseTools/BinWrappers/PosixLike/build                     | 6 +++++-
 BaseTools/Source/Python/Common/Expression.py              | 6 ++++--
 BaseTools/Source/Python/Workspace/DscBuildData.py         | 2 +-
 15 files changed, 70 insertions(+), 16 deletions(-)

-- 
2.17.1



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-07-06  1:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-27 10:07 [PATCH 0/3] python3 follow-up patches for BaseTools Gary Lin
2018-06-27 10:07 ` [PATCH 1/3] BaseTools: Remove the old python "not-equal" in DscBuildData.py Gary Lin
2018-06-27 10:07 ` [PATCH 2/3] BaseTools: Unify long and int in Expression.py Gary Lin
2018-06-27 10:07 ` [PATCH 3/3] BaseTools: Read the env variable PYTHON_DEFAULT Gary Lin
2018-07-06  0:46   ` Zhu, Yonghong
2018-07-06  1:49     ` Gary Lin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox