Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 5ca97bf64f6447d935210a54b422656f90e502ce
      
https://github.com/tianocore/edk2/commit/5ca97bf64f6447d935210a54b422656f90e502ce
  Author: Leif Lindholm <[email protected]>
  Date:   2025-10-16 (Thu, 16 Oct 2025)

  Changed paths:
    M BaseTools/Source/Python/build/build.py

  Log Message:
  -----------
  BaseTools/build.py: language cleanup around CheckEnvVariable

The function CheckEnvVariable in fact checks several environment
variables. And the comment at its invocation enumerates a specific set of
variables, which defeats half the point of abstracting it out into a
helper function.

Rename the function to the plural form and turn the comment into a list
of examples.

Signed-off-by: Leif Lindholm <[email protected]>


  Commit: fcc568ca6e828c29bb85c76066cf89d3984a5fa3
      
https://github.com/tianocore/edk2/commit/fcc568ca6e828c29bb85c76066cf89d3984a5fa3
  Author: Leif Lindholm <[email protected]>
  Date:   2025-10-16 (Thu, 16 Oct 2025)

  Changed paths:
    M BaseTools/Source/Python/build/build.py

  Log Message:
  -----------
  BaseTools/build.py: set BUILD_TIME_EPOCH if not already in environment

Set BUILD_TIME_EPOCH to the current UTC timestamp if not already present
in the environment.

Use the resulting value to print the "Build start time:" message.

Signed-off-by: Leif Lindholm <[email protected]>


  Commit: fe5210821190b65f43cea3ada3f021fad9e6e06c
      
https://github.com/tianocore/edk2/commit/fe5210821190b65f43cea3ada3f021fad9e6e06c
  Author: Michael D Kinney <[email protected]>
  Date:   2025-10-16 (Thu, 16 Oct 2025)

  Changed paths:
    M EmbeddedPkg/Library/VirtualRealTimeClockLib/VirtualRealTimeClockLib.c
    M EmbeddedPkg/Library/VirtualRealTimeClockLib/VirtualRealTimeClockLib.inf

  Log Message:
  -----------
  EmbeddedPkg/VirtualRealTimeClockLib: Use SOURCE_DATE_EPOCH

Change VirtualRealTimeClockLib.inf to use SOURCE_DATE_EPOCH
instead of Linux only shell command. This allows this library
to be used in Windows build environments.

Signed-off-by: Leif Lindholm <[email protected]>


Compare: https://github.com/tianocore/edk2/compare/9e815d789bcd...fe5210821190

To unsubscribe from these emails, change your notification settings at 
https://github.com/tianocore/edk2/settings/notifications


_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to