Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/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.py573 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
[all …]
H A Dtinfoil.py660 def build_file(self, buildfile, task, internal=True): argument
668 return self.run_command('buildFile', buildfile, task, internal)
/OK3568_Linux_fs/yocto/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