Lines Matching refs:buildfile
573 def showEnvironment(self, buildfile=None, pkgs_to_build=None): argument
597 if buildfile:
602 fn, cls, mc = bb.cache.virtualfn2realfn(buildfile)
1372 def matchFile(self, buildfile, mc=''): argument
1377 matches = self.matchFiles(buildfile, mc)
1380 … = "Unable to match '%s' to a specific recipe file - %s matches found:" % (buildfile, len(matches))
1386 parselog.error("Unable to find any recipe file matching '%s'" % buildfile)
1390 def buildFile(self, buildfile, task): argument
1400 self.buildFileInternal(buildfile, task)
1402 def buildFileInternal(self, buildfile, task, fireevents=True, quietlog=False): argument
1417 fn, cls, mc = bb.cache.virtualfn2realfn(buildfile)