Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: db7e6291c05a4c6db5c8bbf51fe5d58fe52ccc7d
      
https://github.com/tianocore/edk2/commit/db7e6291c05a4c6db5c8bbf51fe5d58fe52ccc7d
  Author: Rebecca Cran <rebe...@bsdio.com>
  Date:   2023-05-08 (Mon, 08 May 2023)

  Changed paths:
    M BaseTools/toolsetup.bat

  Log Message:
  -----------
  BaseTools: Remove Python2/Python3 detection from toolset.bat

Since Python3 is now required, we can remove the checks for PYTHON3_ENABLE
and PYTHON3 and simplify the code in toolsetup.bat. Also, remove the
leftover from when we supported freezing Python code.

While here, fix a couple of typos and improve error messages.

Signed-off-by: Rebecca Cran <rebe...@bsdio.com>
Reviewed-by: Liming Gao <gaolim...@byosoft.com.cn>


  Commit: 11ec5161fa6ed177b51b6c310696b0179aff53f3
      
https://github.com/tianocore/edk2/commit/11ec5161fa6ed177b51b6c310696b0179aff53f3
  Author: Rebecca Cran <rebe...@bsdio.com>
  Date:   2023-05-08 (Mon, 08 May 2023)

  Changed paths:
    M BaseTools/Source/C/Makefiles/NmakeSubdirs.py

  Log Message:
  -----------
  BaseTools: use threading.current_thread in NmakeSubdirs.py

threading.currentThread is a deprecated alias for
threading.current_thread, and causes a warning to be displayed when it's
called. Update NmakeSubdirs.py to use the latter method instead.

Signed-off-by: Rebecca Cran <rebe...@bsdio.com>
Reviewed-by: Liming Gao <gaolim...@byosoft.com.cn>


  Commit: e6de6052a00acae5baf0b2dac7d09433590242c4
      
https://github.com/tianocore/edk2/commit/e6de6052a00acae5baf0b2dac7d09433590242c4
  Author: Rebecca Cran <rebe...@bsdio.com>
  Date:   2023-05-08 (Mon, 08 May 2023)

  Changed paths:
    M edksetup.bat

  Log Message:
  -----------
  edksetup.bat: if toolsetup.bat fails, just exit

If toolsetup.bat fails (i.e. exits with a non-zero %ERRORLEVEL%), don't
try and carry on but just quit.

Signed-off-by: Rebecca Cran <rebe...@bsdio.com>
Reviewed-by: Liming Gao <gaolim...@byosoft.com.cn>


  Commit: 5215cd5baf6609e54050c69909273b7f5161c59e
      
https://github.com/tianocore/edk2/commit/5215cd5baf6609e54050c69909273b7f5161c59e
  Author: Rebecca Cran <rebe...@bsdio.com>
  Date:   2023-05-08 (Mon, 08 May 2023)

  Changed paths:
    M BaseTools/Tests/PythonTest.py
    M BaseTools/toolsetup.bat

  Log Message:
  -----------
  BaseTools: Update toolsetup.bat and Tests/PythonTest.py to check ver

Update toolsetup.bat and Tests/PythonTest.py to check if we're running a
version of Python that's compatible with BaseTools and the Pip
BaseTools.

BaseTools uses syntax from Python 3.6 or newer, so set that as the minimum
version EDK2 requires.

Signed-off-by: Rebecca Cran <rebe...@bsdio.com>
Reviewed-by: Liming Gao <gaolim...@byosoft.com.cn>


Compare: https://github.com/tianocore/edk2/compare/6eeb58ece380...5215cd5baf66


_______________________________________________
edk2-commits mailing list
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to