Searched refs:extraconfigdata (Results 1 – 4 of 4) sorted by relevance
/openbmc/openbmc/poky/bitbake/bin/ |
H A D | bitbake-worker | 156 def fork_off_task(cfg, data, databuilder, workerdata, extraconfigdata, runtask): argument 270 for varname, value in extraconfigdata.items(): 402 self.extraconfigdata = None 484 self.extraconfigdata = pickle.loads(data) 521 …f_task(self.cookercfg, self.data, self.databuilder, self.workerdata, self.extraconfigdata, runtask)
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | command.py | 213 command.cooker.extraconfigdata[varname] = value
|
H A D | cooker.py | 283 self.extraconfigdata = {} 1739 self.extraconfigdata = {}
|
H A D | runqueue.py | 1402 RunQueue.send_pickled_data(worker, self.cooker.extraconfigdata, "extraconfigdata")
|