HomeSort by relevance Sort by last modified time
    Searched refs:DistPkg (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
ReplacePkg.py 53 DistPkg, ContentZipFile, DpPkgFileName, DistFile = UnZipDp(WorkspaceDir, Options.PackFileToReplace)
61 CheckReplaceDpx(Dep, DistPkg, OrigDpGuid, OrigDpVersion)
71 InstallDp(DistPkg, DpPkgFileName, ContentZipFile, Options, Dep, WorkspaceDir, DataBase)
112 def CheckReplaceDpx(Dep, DistPkg, OrigDpGuid, OrigDpVersion):
114 for PkgInfo in DistPkg.PackageSurfaceArea:
118 NewDpInfo = "%s %s" % (DistPkg.Header.GetGuid(), DistPkg.Header.GetVersion())
125 if Dep.CheckDpExists(DistPkg.Header.GetGuid(), DistPkg.Header.GetVersion()):
144 if not Dep.ReplaceCheckNewDpDepex(DistPkg, OrigDpGuid, OrigDpVersion):
    [all...]
MkPkg.py 116 DistPkg = DistributionPackageXml().FromXml(XmlFile)
126 ToolObject = DistPkg.Tools
127 MiscObject = DistPkg.MiscellaneousFiles
151 DistPkg.Header.RePackage = True
159 DistPkg = DistributionPackageClass()
160 DistPkg.Header.Name = 'Distribution Package'
161 DistPkg.Header.Guid = str(uuid4())
162 DistPkg.Header.Version = '1.0'
164 DistPkg.GetDistributionPackage(WorkspaceDir, Options.PackageFileList, \
166 FileList, MetaDataFileList = DistPkg.GetDistributionFileList()
    [all...]
InstallPkg.py 150 # Generate distpkg
153 DistPkg = DistPkgObj.FromXml(DistPkgFile)
154 if DistPkg.Header.RePackage == '':
155 DistPkg.Header.RePackage = False
156 if DistPkg.Header.ReadOnly == '':
157 DistPkg.Header.ReadOnly = False
186 if DistPkg.Header.Signature != '':
188 if DistPkg.Header.Signature != Md5Sigature.hexdigest():
193 return DistPkg, ContentZipFile, DpPkgFileName, DistFile
199 def GetPackageList(DistPkg, Dep, WorkspaceDir, Options, ContentZipFile, ModuleList, PackageList):
    [all...]

Completed in 743 milliseconds