]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/build/BuildReport.py
BaseTools: Not print SKUID info for PCD when it is only Single SKUID
authorYonghong Zhu <yonghong.zhu@intel.com>
Thu, 4 Jan 2018 07:15:19 +0000 (15:15 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Tue, 9 Jan 2018 06:44:20 +0000 (14:44 +0800)
commit779ddcdf967f6e4d773f89fbc98ff43360b1997c
tree7bf77e4c1c94512e42dde82960dca01d08bd76e3
parenta2ea6894e6ca95e8d7a254593661a79e4b988626
BaseTools: Not print SKUID info for PCD when it is only Single SKUID

when it is only single SKUID, we don't need to print the SKUID info for
every PCD since in the Global section there already have this info.
For DefaultStore, we use same rule.

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