mirror of
				https://git.proxmox.com/git/mirror_edk2
				synced 2025-11-04 02:40:26 +00:00 
			
		
		
		
	BaseTools: Update incorrect variable name 'DataPile'
BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=2093 The PlatformAutoGen object has a DataPipe property but no DataPile property So change the variable name 'DataPile' to 'DataPipe' in BuildReport.py This patch is going to fix that issue. Cc: Liming Gao <liming.gao@intel.com> Cc: Bob Feng <bob.c.feng@intel.com> Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com> Reviewed-by: Bob Feng <bob.c.feng@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
		
							parent
							
								
									94459080c1
								
							
						
					
					
						commit
						0970a80583
					
				@ -2142,7 +2142,7 @@ class PlatformReport(object):
 | 
			
		||||
                        INFList = GlobalData.gFdfParser.Profile.InfDict[Pa.Arch]
 | 
			
		||||
                        for InfName in INFList:
 | 
			
		||||
                            InfClass = PathClass(NormPath(InfName), Wa.WorkspaceDir, Pa.Arch)
 | 
			
		||||
                            Ma = ModuleAutoGen(Wa, InfClass, Pa.BuildTarget, Pa.ToolChain, Pa.Arch, Wa.MetaFile,Pa.DataPile)
 | 
			
		||||
                            Ma = ModuleAutoGen(Wa, InfClass, Pa.BuildTarget, Pa.ToolChain, Pa.Arch, Wa.MetaFile, Pa.DataPipe)
 | 
			
		||||
                            if Ma is None:
 | 
			
		||||
                                continue
 | 
			
		||||
                            if Ma not in ModuleAutoGenList:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user