summaryrefslogtreecommitdiffstats
path: root/BaseTools/BinPipWrappers/WindowsLike/win_build_tools_path_env.yaml
diff options
context:
space:
mode:
authorMatthew Carlson <matthewfcarlson@gmail.com>2021-02-09 08:50:33 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-02-09 03:56:37 +0000
commit1534b6228b0932d745bf6ec9fd4cb010800b92f2 (patch)
tree72fff77178550a5f65df459f1b639a09efa499f9 /BaseTools/BinPipWrappers/WindowsLike/win_build_tools_path_env.yaml
parentecc267fec55aecd9e36bf80caba732d5121a3428 (diff)
downloadedk2-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/BinPipWrappers/WindowsLike/win_build_tools_path_env.yaml')
-rw-r--r--BaseTools/BinPipWrappers/WindowsLike/win_build_tools_path_env.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/BaseTools/BinPipWrappers/WindowsLike/win_build_tools_path_env.yaml b/BaseTools/BinPipWrappers/WindowsLike/win_build_tools_path_env.yaml
new file mode 100644
index 0000000000..9fdbe1bcb0
--- /dev/null
+++ b/BaseTools/BinPipWrappers/WindowsLike/win_build_tools_path_env.yaml
@@ -0,0 +1,11 @@
+## @file
+# Add this folder to the path on Windows
+#
+# Copyright (c) Microsoft Corporation.
+# SPDX-License-Identifier: BSD-2-Clause-Patent
+##
+{
+ "scope": "pipbuild-win",
+ "override_id": "binwrappers",
+ "flags": ["set_path"]
+}