Searched refs:buildfile (Results 1 – 4 of 4) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | cookerdata.py | 88 elif self.options.buildfile and len(self.options.pkgs_to_build) > 0: 93 action['action'] = ["showEnvironment", self.options.buildfile] 94 elif self.options.buildfile is not None: 95 action['action'] = ["buildFile", self.options.buildfile, self.options.cmd]
|
H A D | cooker.py | 494 def showEnvironment(self, buildfile=None, pkgs_to_build=None): argument 518 if buildfile: 523 fn, cls, mc = bb.cache.virtualfn2realfn(buildfile) 1288 def matchFile(self, buildfile, mc=''): argument 1293 matches = self.matchFiles(buildfile, mc) 1296 … = "Unable to match '%s' to a specific recipe file - %s matches found:" % (buildfile, len(matches)) 1302 parselog.error("Unable to find any recipe file matching '%s'" % buildfile) 1306 def buildFile(self, buildfile, task): argument 1316 self.buildFileInternal(buildfile, task) 1318 def buildFileInternal(self, buildfile, task, fireevents=True, quietlog=False): argument [all …]
|
H A D | tinfoil.py | 681 def build_file(self, buildfile, task, internal=True): argument 689 return self.run_command('buildFile', buildfile, task, internal)
|
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/ |
H A D | bitbake-user-manual-intro.rst | 424 -b BUILDFILE, --buildfile BUILDFILE 525 The ``bitbake`` command, when not using "--buildfile" or "-b" only
|