audk/BaseTools/Source/Python
Jiewen Yao d868846a4e BaseTool/Build: Add --disable-include-path-check.
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1620

This option is added to disable the include path check
for outside of package.
The original purpose of thie check is to make sure EDK II
modules must not reference header files outside of the packages
they depend on or within the module's directory tree.

However, we do see the usage to build EDKII as executable running
in the operating system which requires include path to outside.
For example, EmulatorPkg. The current solution (soft link) is
weird hack - EmulatorPkg\Unix\Host\X11IncludeHack.

With this solution, this can be supported easily.

The patch is validated with and without --disable-include-path-check.
If user does not use --disable-include-path-check, the build will fail
with outside path in the include path.
If user uses --disable-include-path-check, the build will pass
with outside path in the include path.

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
2019-03-15 13:29:29 +08:00
..
AutoGen BaseTool/Build: Add --disable-include-path-check. 2019-03-15 13:29:29 +08:00
BPDG BaseTools: Handle the bytes and str difference 2019-02-01 11:09:24 +08:00
Capsule BaseTools/Capsule: Support capsules without a payload header 2018-08-02 14:35:29 -07:00
Common BaseTools:PCD value error in structure pcd sku case. 2019-02-20 13:16:58 +08:00
CommonDataClass BaseTools: Various typo 2019-02-14 10:02:28 +08:00
Ecc BaseTools:The BOM character is processed when python reads a file 2019-02-27 09:39:09 +08:00
Eot BaseTools: Fix a Eot issue. 2019-02-26 09:10:23 +08:00
GenFds BaseTools: Various typo 2019-02-14 10:02:28 +08:00
GenPatchPcdTable Revert BaseTools: PYTHON3 migration 2018-10-15 08:29:14 +08:00
PatchPcdValue BaseTools: change the Division Operator 2019-02-01 11:09:21 +08:00
Pkcs7Sign BaseTools: Handle the bytes and str difference 2019-02-01 11:09:24 +08:00
Rsa2048Sha256Sign BaseTools: Various typo 2019-02-14 10:02:28 +08:00
Table BaseTools: Various typo 2019-02-14 10:02:28 +08:00
TargetTool BaseTools: Various typo 2019-02-14 10:02:28 +08:00
Trim BaseTools: Various typo 2019-02-14 10:02:28 +08:00
UPT BaseTools: replace Sdict with OrderedDict in UPT 2019-02-20 13:16:56 +08:00
Workspace Revert "BaseTools:BaseTools supports to the driver combination." 2019-02-28 10:01:53 +08:00
build BaseTool/Build: Add --disable-include-path-check. 2019-03-15 13:29:29 +08:00
GNUmakefile Sync BaseTool trunk (version r2599) into EDKII BaseTools. 2013-08-23 02:18:16 +00:00
Makefile BaseTools: Remove the step to freeze python tool 2018-10-19 08:21:47 +08:00
sitecustomize.py BaseTools: Clean up source files 2018-07-09 10:25:47 +08:00