edk2/BaseTools/Source/Python/Workspace
Oleksandr Tymoshenko 3fe1d56cc9 BaseTools: Add support for out-of-tree builds
Main EDK2 build supports out-of-tree builds but BaseTools make process
still creates tools and object files in-tree. In order to make
out-of-tree build support complete move the generated tools and
interim obj files to $WORKSPACE location as well.

This patch also changes the location of BaseTools for in-tree builds
(default behavior when WORKSPACE is not provided before calling
edksetup) to $WORKSPACE/BaseTools/Build/... It may potentially break
external workflows that invoke tools from the default location outside
of the build tool.

Signed-off-by: Oleksandr Tymoshenko <ovt@google.com>
2026-02-02 08:56:31 +00:00
..
__init__.py BaseTools: Replace BSD License with BSD+Patent License 2019-04-09 09:10:20 -07:00
BuildClassObject.py BaseTools: WorkSpace: Remove unnecessary code 2025-07-01 09:51:38 +08:00
DecBuildData.py BaseTools: Enable the flag to treat dynamic pcd as dynamicEx 2021-07-12 07:40:07 +00:00
DscBuildData.py BaseTools: Add support for out-of-tree builds 2026-02-02 08:56:31 +00:00
InfBuildData.py BaseTools: Remove DXE_SAL_DRIVER 2025-10-30 10:00:32 +00:00
MetaDataTable.py BaseTools: WorkSpace: Remove unnecessary code 2025-07-01 09:51:38 +08:00
MetaFileCommentParser.py BaseTools: Replace BSD License with BSD+Patent License 2019-04-09 09:10:20 -07:00
MetaFileParser.py BaseTools: Prevent Subsection PCDs from polluting global expressions 2026-01-30 09:55:39 +00:00
MetaFileTable.py BaseTools: WorkSpace: Remove unnecessary code 2025-07-01 09:51:38 +08:00
WorkspaceCommon.py BaseTools: Dump library dependency chain on build failure 2025-04-08 08:40:49 +00:00
WorkspaceDatabase.py BaseTools: WorkSpace: Remove unnecessary code 2025-07-01 09:51:38 +08:00