diff options
author | Matthew Carlson <matthewfcarlson@gmail.com> | 2021-02-09 08:50:33 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-02-09 03:56:37 +0000 |
commit | 1534b6228b0932d745bf6ec9fd4cb010800b92f2 (patch) | |
tree | 72fff77178550a5f65df459f1b639a09efa499f9 /BaseTools/BinWrappers | |
parent | ecc267fec55aecd9e36bf80caba732d5121a3428 (diff) | |
download | edk2-1534b6228b0932d745bf6ec9fd4cb010800b92f2.tar.gz edk2-1534b6228b0932d745bf6ec9fd4cb010800b92f2.tar.bz2 edk2-1534b6228b0932d745bf6ec9fd4cb010800b92f2.zip |
BaseTools: Use pip module if available, CI uses it by default
Use the new edk2-basetools pip module.
Includes a helpful message in setup to let users know which has been
selected.
Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Yuwei Chen <yuwei.chen@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
Reviewed-by: Yuwei <Chen<yuwei.chen@intel.com>
Signed-off-by: Matthew Carlson <matthewfcarlson@gmail.com>
Diffstat (limited to 'BaseTools/BinWrappers')
-rw-r--r-- | BaseTools/BinWrappers/PosixLike/posix_path_env.yaml | 1 | ||||
-rw-r--r-- | BaseTools/BinWrappers/WindowsLike/win_build_tools_path_env.yaml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/BaseTools/BinWrappers/PosixLike/posix_path_env.yaml b/BaseTools/BinWrappers/PosixLike/posix_path_env.yaml index 8b32e010bb..99529235ec 100644 --- a/BaseTools/BinWrappers/PosixLike/posix_path_env.yaml +++ b/BaseTools/BinWrappers/PosixLike/posix_path_env.yaml @@ -5,6 +5,7 @@ # SPDX-License-Identifier: BSD-2-Clause-Patent
##
{
+ "id": "binwrappers",
"scope": "global-nix",
"flags": ["set_path"]
}
diff --git a/BaseTools/BinWrappers/WindowsLike/win_build_tools_path_env.yaml b/BaseTools/BinWrappers/WindowsLike/win_build_tools_path_env.yaml index 83f5856e75..43da76f354 100644 --- a/BaseTools/BinWrappers/WindowsLike/win_build_tools_path_env.yaml +++ b/BaseTools/BinWrappers/WindowsLike/win_build_tools_path_env.yaml @@ -5,6 +5,7 @@ # SPDX-License-Identifier: BSD-2-Clause-Patent
##
{
+ "id": "binwrappers",
"scope": "global-win",
"flags": ["set_path"]
}
|