Home
last modified time | relevance | path

Searched refs:Prebuild (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
DPlatformClass.py443 self.Prebuild = BuildScriptClass()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
Dbuild.py960 self.Prebuild = GlobalData.gCommandLineDefines.get('PREBUILD')
965 self.Prebuild = str(Platform.Prebuild)
966 if self.Prebuild:
967 PrebuildList = self.Prebuild.split()
972 self.Prebuild = ' '.join(PrebuildList)
973 … self.Prebuild += self.PassCommandOption(self.BuildTargetList, self.ArchList, self.ToolChainList)
1030 if self.Prebuild:
1039 args = ' && '.join((self.Prebuild, 'set > ' + PrebuildEnvFile))
1042 args = ' && '.join((self.Prebuild, 'env > ' + PrebuildEnvFile))
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DDscClassObject.py254 Prebuild = BuildScriptClass()
255Prebuild.FilePath = NormPath(QueryDefinesItem(self.TblDsc, TAB_DSC_PREBUILD, Arch, self.FileID)[0])
256 self.Platform.Prebuild = Prebuild
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
DWorkspaceDatabase.py1247 Prebuild = property(_GetPrebuild) variable in DscBuildData