| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | command.py | 25 import bb.cooker 54 def __init__(self, cooker): argument 55 self.cooker = cooker 69 self.cooker.init_configdata() 71 self.remotedatastores = bb.remotedata.RemoteDatastores(self.cooker) 87 self.cooker.process_inotify_updates() 89 self.cooker.updateCacheSync() 107 self.cooker.idleCallBackRegister(self.cooker.runCommands, self.cooker) 112 self.cooker.process_inotify_updates() 113 …if self.cooker.state in (bb.cooker.state.error, bb.cooker.state.shutdown, bb.cooker.state.forceshu… [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 | 436 def __init__(self, rq, cooker, cfgData, dataCaches, taskData, targets): argument 437 self.cooker = cooker 985 if self.cooker.configuration.runall: 993 for task in self.cooker.configuration.runall: 1004 if self.cooker.configuration.force: 1013 if self.cooker.configuration.runall: 1015 … run within the recipes of the taskgraphs of the targets %s" % (str(self.cooker.configuration.runa… 1020 if self.cooker.configuration.runonly: 1024 for task in self.cooker.configuration.runonly: 1031 if self.cooker.configuration.force: [all …]
|
| H A D | tinfoil.py | 19 import bb.cooker 320 self.cooker = None 377 extrafeatures = [bb.cooker.CookerFeatures.BASEDATASTORE_TRACKING] 420 self.cooker = TinfoilCookerAdapter(self) 421 self.cooker_data = self.cooker.recipecaches[''] 560 recipecache = self.cooker.recipecaches[mc] 586 recipecache = self.cooker.recipecaches[mc] 607 recipecache = self.cooker.recipecaches[mc]
|
| H A D | cooker.py | 105 def __init__(self, cooker, eventfile): argument 107 self.cooker = cooker 130 … f.write("%s\n" % json.dumps({ "allvariables" : self.cooker.getAllKeysWithFlags(["doc", "func"])})) 192 def _process_inotify_updates(server, cooker, halt): argument 193 cooker.process_inotify_updates() 2150 def __init__(self, cooker, mcfilelist, masked): argument 2152 self.cooker = cooker 2153 self.cfgdata = cooker.data 2154 self.cfghash = cooker.data_hash 2155 self.cfgbuilder = cooker.databuilder [all …]
|
| /OK3568_Linux_fs/yocto/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.readonly)
|
| H A D | process.py | 80 … self.xmlrpc = bb.server.xmlrpcserver.BitBakeXMLRPCServer(self.xmlrpcinterface, self.cooker, self) 96 if self.cooker.configuration.profile: 115 self.cooker.pre_serve() 144 self.cooker.clientComplete() 219 self.command_channel_reply.send(self.cooker.command.runCommand(command)) 229 if not seendata and hasattr(self.cooker, "data"): 230 heartbeat_event = self.cooker.data.getVar('BB_HEARTBEAT_EVENT') 237 self.timeout = self.server_timeout or self.cooker.data.getVar('BB_SERVER_TIMEOUT') 256 self.cooker.shutdown(True) 257 self.cooker.notifier.stop() [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bblayers/ |
| H A D | action.py | 149 for mc in self.tinfoil.cooker.multiconfigs: 150 for f in self.tinfoil.cooker.collections[mc].overlayed.keys(): 151 for of in self.tinfoil.cooker.collections[mc].overlayed[f]: 181 for mc in self.tinfoil.cooker.multiconfigs: 182 … appends |= set(self.tinfoil.cooker.collections[mc].get_file_appends(f1full)) 191 for mc in self.tinfoil.cooker.multiconfigs: 192 bbappends |= set(self.tinfoil.cooker.collections[mc].bbappends) 213 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: 132 pkg_pn = self.tinfoil.cooker.recipecaches[mc].pkg_pn 139 skiplist = list(self.tinfoil.cooker.skiplist.keys()) 159 skipped = ' (skipped: %s)' % self.tinfoil.cooker.skiplist[f].skipreason 200 if realfn[1] and realfn[0] in self.tinfoil.cooker.recipecaches[mc].pkg_fn: 311 for f in self.tinfoil.cooker.skiplist.keys()] 338 appends = self.tinfoil.cooker.collections[mc].get_file_appends(basename)
|
| /OK3568_Linux_fs/yocto/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)
|
| /OK3568_Linux_fs/yocto/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:
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/yocto/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 | 38 pkg_pn = bbhandler.cooker.recipecaches[''].pkg_pn
|
| /OK3568_Linux_fs/yocto/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):
|
| H A D | knotty.py | 28 featureSet = [bb.cooker.CookerFeatures.SEND_SANITYEVENTS, bb.cooker.CookerFeatures.BASEDATASTORE_TR… 758 if isinstance(event, (bb.command.CommandCompleted, bb.cooker.CookerExit)):
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | release-notes-3.4.1.rst | 28 - bitbake: cooker: Fix task-depends.dot for multiconfig targets 29 - bitbake: cooker: Handle parse threads disappearing to avoid hangs 30 - bitbake: cooker: Handle parsing results queue race 31 - bitbake: cooker: Remove debug code, oops :( 32 - bitbake: cooker: check if upstream hash equivalence server is available
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | oe-time-dd-test.sh | 35 tail -30 tmp*/log/cooker/*/console-latest.log
|
| H A D | oe-check-sstate | 32 recipecaches = tinfoil.cooker.recipecaches
|
| H A D | verify-bashisms | 122 pkg_pn = tinfoil.cooker.recipecaches[""].pkg_pn
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | tinfoil.py | 86 pkg_pn = tinfoil.cooker.recipecaches[''].pkg_pn 91 for fn, pn in tinfoil.cooker.recipecaches[''].pkg_fn.items():
|
| /OK3568_Linux_fs/yocto/poky/bitbake/bin/ |
| H A D | toaster-eventreplay | 31 import bb.cooker
|
| /OK3568_Linux_fs/yocto/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…
|