]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/build/build.py
BaseTools: check CONF_PATH env to get the configure files
authorYonghong Zhu <yonghong.zhu@intel.com>
Thu, 18 Aug 2016 02:07:36 +0000 (10:07 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Fri, 19 Aug 2016 02:54:52 +0000 (10:54 +0800)
commit00bcb5c27a5bb781099482c5763937334be91e76
treebdaea44d5aa7d264a7ccc83fe7fd0951c9227836
parent7822a1d91d53e80525f571183a24d54488f5437f
BaseTools: check CONF_PATH env to get the configure files

Add CONF_PATH env check. First priority is user set the conf dir by
--conf option, then the CONF_PATH env, the last one is the standard
WORKSPACE(PACKAGE_PATH)/Conf.
Also print the conf path directory in the build log.

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/GenFds/GenFds.py
BaseTools/Source/Python/build/build.py