Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcookerdata.py87 elif self.options.buildfile and len(self.options.pkgs_to_build) > 0:
92 action['action'] = ["showEnvironment", self.options.buildfile]
93 elif self.options.buildfile is not None:
94 action['action'] = ["buildFile", self.options.buildfile, self.options.cmd]
H A Dcooker.py491 def showEnvironment(self, buildfile=None, pkgs_to_build=None): argument
515 if buildfile:
520 fn, cls, mc = bb.cache.virtualfn2realfn(buildfile)
1290 def matchFile(self, buildfile, mc=''): argument
1295 matches = self.matchFiles(buildfile, mc)
1298 … = "Unable to match '%s' to a specific recipe file - %s matches found:" % (buildfile, len(matches))
1304 parselog.error("Unable to find any recipe file matching '%s'" % buildfile)
1308 def buildFile(self, buildfile, task): argument
1318 self.buildFileInternal(buildfile, task)
1320 def buildFileInternal(self, buildfile, task, fireevents=True, quietlog=False): argument
[all …]
H A Dtinfoil.py667 def build_file(self, buildfile, task, internal=True): argument
675 return self.run_command('buildFile', buildfile, task, internal)
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-intro.rst361 -b BUILDFILE, --buildfile=BUILDFILE
499 The ``bitbake`` command, when not using "--buildfile" or "-b" only