]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/build/BuildReport.py
BaseTools: Fix the bug to search Fv.txt file relative to workspace
authorYonghong Zhu <yonghong.zhu@intel.com>
Fri, 2 Mar 2018 17:09:03 +0000 (01:09 +0800)
committerLiming Gao <liming.gao@intel.com>
Sat, 3 Mar 2018 04:40:51 +0000 (12:40 +0800)
commitaebe5a36b6e960896671d3134c6b26f6735b7f53
treeb3f8999d917292f89712f7cbe150c3f8946c1e31
parent24326f381f84aca925a5df3eace96a7523ce1c27
BaseTools: Fix the bug to search Fv.txt file relative to workspace

when the SECTION FV_IMAGE = $(XX)/XX.Fv, the Fv file should relative to
WORKSPACE, so when we search the XX.Fv.txt file, we should search the
path relative to workspace first.

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