/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | command.py | 25 import bb.cooker 55 self.cooker = cooker 111 …if self.cooker.state in (bb.cooker.state.error, bb.cooker.state.shutdown, bb.cooker.state.forceshu… 114 self.cooker.updateCache() 121 if needcache and self.cooker.state != bb.cooker.state.running: 151 self.cooker.finishcommand() 177 command.cooker.shutdown(False) 183 command.cooker.shutdown(True) 703 command.cooker.showVersions() 733 command.cooker.updateCache() [all …]
|
H A D | remotedata.py | 16 def __init__(self, cooker): argument 17 self.cooker = cooker 20 self.datastores[0] = self.cooker.data 28 self.datastores[0] = self.cooker.data
|
H A D | runqueue.py | 459 self.cooker = cooker 1015 if self.cooker.configuration.runall: 1050 if self.cooker.configuration.runall: 1058 if self.cooker.configuration.runonly: 1245 if self.cooker.configuration.force: 1316 self.cooker = cooker 1351 if self.cooker.configuration.profile: 1377 "prhost" : self.cooker.prhost, 1675 if bb.cooker.CookerFeatures.RECIPE_SIGGEN_INFO not in self.cooker.featureset: 1826 self.cooker = rq.cooker [all …]
|
H A D | tinfoil.py | 20 import bb.cooker 321 self.cooker = None 378 extrafeatures = [bb.cooker.CookerFeatures.BASEDATASTORE_TRACKING] 421 self.cooker = TinfoilCookerAdapter(self) 422 self.cooker_data = self.cooker.recipecaches[''] 567 recipecache = self.cooker.recipecaches[mc] 593 recipecache = self.cooker.recipecaches[mc] 614 recipecache = self.cooker.recipecaches[mc]
|
H A D | cooker.py | 104 def __init__(self, cooker, eventfile): argument 105 self.cooker = cooker 2112 def __init__(self, cooker, mcfilelist, masked): argument 2114 self.cooker = cooker 2115 self.cfgdata = cooker.data 2116 self.cfghash = cooker.data_hash 2117 self.cfgbuilder = cooker.databuilder 2134 for mc in self.cooker.multiconfigs: 2236 if self.cooker.configuration.profile: 2346 self.cooker.skiplist[virtualfn] = SkippedPackage(info_array[0]) [all …]
|
H A D | main.py | 25 from bb import cooker 428 extrafeatures.append(bb.cooker.CookerFeatures.RECIPE_SIGGEN_INFO)
|
/openbmc/openbmc/poky/bitbake/lib/bb/server/ |
H A D | xmlrpcserver.py | 55 def __init__(self, interface, cooker, parent): argument 69 self.cooker = cooker 103 if (self.server.cooker.state in [bb.cooker.state.parsing, bb.cooker.state.running]): 104 return None, "Cooker is busy: %s" % bb.cooker.state.get_name(self.server.cooker.state) 121 … return self.server.cooker.command.runCommand(command, self.server.parent, self.server.readonly)
|
H A D | process.py | 143 if self.cooker.configuration.profile: 187 self.cooker.pre_serve() 221 self.cooker.clientComplete() 345 self.cooker.notifier.stop() 346 self.cooker.confignotifier.stop() 350 self.cooker.post_serve() 405 if self.cooker.configuration.profile: 471 if hasattr(self.cooker, "data"): 650 import bb.cooker 676 cooker = bb.cooker.BBCooker(featureset, server) [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bblayers/ |
H A D | action.py | 153 for mc in self.tinfoil.cooker.multiconfigs: 154 for f in self.tinfoil.cooker.collections[mc].overlayed.keys(): 155 for of in self.tinfoil.cooker.collections[mc].overlayed[f]: 185 for mc in self.tinfoil.cooker.multiconfigs: 186 … appends |= set(self.tinfoil.cooker.collections[mc].get_file_appends(f1full)) 195 for mc in self.tinfoil.cooker.multiconfigs: 196 bbappends |= set(self.tinfoil.cooker.collections[mc].bbappends) 217 for layername, pattern, regex, _ in self.tinfoil.cooker.bbfile_config_priorities:
|
H A D | query.py | 34 for layer, _, regex, pri in self.tinfoil.cooker.bbfile_config_priorities: 138 pkg_pn = self.tinfoil.cooker.recipecaches[mc].pkg_pn 145 skiplist = list(self.tinfoil.cooker.skiplist.keys()) 165 skipped = ' (skipped: %s)' % self.tinfoil.cooker.skiplist[f].skipreason 206 if realfn[1] and realfn[0] in self.tinfoil.cooker.recipecaches[mc].pkg_fn: 286 cooker_data = self.tinfoil.cooker.recipecaches[args.mc] 322 for f in self.tinfoil.cooker.skiplist.keys()] 349 appends = self.tinfoil.cooker.collections[mc].get_file_appends(basename)
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | cooker.py | 11 import bb, bb.cooker 61 logger = bb.cooker.logger 64 collection = bb.cooker.CookerCollectFiles(bbfile_config_priorities)
|
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/ |
H A D | README | 6 and cooker. 12 The cooker plugin works by reading the information from the current build 25 cooker.py:
|
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/testdata/ |
H A D | README | 1 This test data is used to verify the 'cooker' module of the layerindex. 10 Since we do not have a fully populated cooker, we use this to test the
|
/openbmc/openbmc/poky/scripts/contrib/ |
H A D | list-packageconfig-flags.py | 29 import bb.cooker 36 …_versions) = bb.providers.findProviders(bbhandler.config_data, bbhandler.cooker.recipecaches[''], … 49 pkg_pn = bbhandler.cooker.recipecaches[''].pkg_pn
|
H A D | devtool-stress.py | 35 pkg_pn = tinfoil.cooker.recipecaches[''].pkg_pn 36 …rred_versions) = bb.providers.findProviders(tinfoil.config_data, tinfoil.cooker.recipecaches[''], … 43 …inherits = [os.path.splitext(os.path.basename(f))[0] for f in tinfoil.cooker.recipecaches[''].inhe…
|
H A D | verify-homepage.py | 40 pkg_pn = bbhandler.cooker.recipecaches[''].pkg_pn
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | toasterui.py | 32 featureSet = [bb.cooker.CookerFeatures.HOB_EXTRA_CACHES, bb.cooker.CookerFeatures.BASEDATASTORE_TRA… 423 if isinstance(event, bb.cooker.CookerExit):
|
H A D | teamcity.py | 31 import bb.cooker 347 if isinstance(event, bb.cooker.CookerExit):
|
/openbmc/openbmc/poky/scripts/ |
H A D | oe-time-dd-test.sh | 39 tail -30 tmp*/log/cooker/*/console-latest.log
|
H A D | oe-check-sstate | 32 recipecaches = tinfoil.cooker.recipecaches
|
H A D | verify-bashisms | 124 pkg_pn = tinfoil.cooker.recipecaches[""].pkg_pn
|
/openbmc/openbmc/poky/bitbake/bin/ |
H A D | toaster-eventreplay | 31 import bb.cooker
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-3.4.1.rst | 30 - bitbake: cooker: Fix task-depends.dot for multiconfig targets 31 - bitbake: cooker: Handle parse threads disappearing to avoid hangs 32 - bitbake: cooker: Handle parsing results queue race 33 - bitbake: cooker: Remove debug code, oops :( 34 - bitbake: cooker: check if upstream hash equivalence server is available
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | tinfoil.py | 111 pkg_pn = tinfoil.cooker.recipecaches[''].pkg_pn 116 for fn, pn in tinfoil.cooker.recipecaches[''].pkg_fn.items():
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | import.py | 61 …current_fns = [os.path.basename(recipe[0]) for recipe in tinfoil.cooker.recipecaches[''].pkg_fn.it…
|