I ran into a case issue with this code. 
            FvReportFileName = os.path.join(self._FvDir, FvName + ".Fv.txt")
https://github.com/tianocore/edk2/blob/master/BaseTools/Source/Python/build/BuildReport.py#L1462

I ended up testing FvReportFileName and if it was not found I forced FvName to 
all upper case. That fixed the issue. I'm not sure if the test is really 
needed. It only fails on a case sensitive filesystem. 

Thanks,

Andrew Fish
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to