]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/build/BuildReport.py
BaseTools: make build report tolerant of FVs specified by name
authorEugene Cohen <eugene@hp.com>
Thu, 21 Jan 2016 09:10:55 +0000 (09:10 +0000)
committeryzhu52 <yzhu52@Edk2>
Thu, 21 Jan 2016 09:10:55 +0000 (09:10 +0000)
commita243297253afb3f4e5b4047bab49548c73dfdcd7
tree10e8caa3f77b0b418c32f2d554dc151674fd65a4
parent61f816bd75accffe8f9f4d0d28e45a05922c1997
BaseTools: make build report tolerant of FVs specified by name

Check if the FV name is in the FV dictionary before using it which fixes
a crash during build report generation when FVs are specified by path in
the FDF.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eugene Cohen <eugene@hp.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19705 6f19259b-4bc3-4df7-8a09-765794883524
BaseTools/Source/Python/build/BuildReport.py