summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python
diff options
context:
space:
mode:
authorSean Brogan <sean.brogan@microsoft.com>2019-10-07 18:37:13 -0700
committerMichael D Kinney <michael.d.kinney@intel.com>2019-11-11 13:01:53 -0800
commitf7978bb25869408ab24673beb9f83d9b81f8061c (patch)
treeb6ae4ac745da791259523fcd6fd9643304ab0843 /BaseTools/Source/Python
parent7569e35bc9f965c4b385d7cc91118228c1d93716 (diff)
downloadedk2-f7978bb25869408ab24673beb9f83d9b81f8061c.tar.gz
edk2-f7978bb25869408ab24673beb9f83d9b81f8061c.tar.bz2
edk2-f7978bb25869408ab24673beb9f83d9b81f8061c.zip
BaseTools: Add YAML files with path env and tool extdeps
https://bugzilla.tianocore.org/show_bug.cgi?id=2315 Cc: Bob Feng <bob.c.feng@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'BaseTools/Source/Python')
-rw-r--r--BaseTools/Source/Python/basetool_tiano_python_path_env.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/BaseTools/Source/Python/basetool_tiano_python_path_env.yaml b/BaseTools/Source/Python/basetool_tiano_python_path_env.yaml
new file mode 100644
index 0000000000..59369ccc65
--- /dev/null
+++ b/BaseTools/Source/Python/basetool_tiano_python_path_env.yaml
@@ -0,0 +1,11 @@
+## @file
+# Add this folder to the pypath so modules can be easily
+# loaded
+#
+# Copyright (c) Microsoft Corporation.
+# SPDX-License-Identifier: BSD-2-Clause-Patent
+##
+{
+ "scope": "global",
+ "flags": ["set_pypath"]
+}