Re: [edk2-devel] [Patch] BaseTools: Fix the issue that build report missing Module Size

2019-05-08 Thread Liming Gao
Reviewed-by: Liming Gao > -Original Message- > From: Feng, Bob C > Sent: Wednesday, May 8, 2019 5:47 PM > To: devel@edk2.groups.io > Cc: Feng, Bob C ; Gao, Liming > Subject: [Patch] BaseTools: Fix the issue that build report missing Module > Size > > BZ: https://bugzilla.tianocore.org/

[edk2-devel] [Patch] BaseTools: Fix the issue that build report missing Module Size

2019-05-08 Thread Bob Feng
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1786 commit b1e27d changed GENFW output folder from DEBUG to OUTPUT, but that commit missed updating the buildreport.py for FwReportFileName. This patch is going to fix this issue. Signed-off-by: Bob Feng Cc: Liming Gao --- BaseTools/Source/P