]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fix GenFds increment build bug that missing cover command option's change
authorYunhua Feng <yunhuax.feng@intel.com>
Fri, 19 Jan 2018 03:21:15 +0000 (11:21 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Sun, 21 Jan 2018 08:27:55 +0000 (16:27 +0800)
commit6735645d9c09d9a391ea96233d3addd3c2b30843
tree95c4331fe184940e52335ffaa49a766166d17b3d
parent0dbb0f1a5ce6a9ec5213c85e5d4244cf5b061417
BaseTools: Fix GenFds increment build bug that missing cover command option's change

Issue decription:
step 1, build platform X64
step 2, build platform IA32
step 3, build platform X64
step 4, check all ffs files for X64, the content still has IA32 in it

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