Searched refs:extraconfigdata (Results 1 – 4 of 4) sorted by relevance
| /openbmc/openbmc/poky/bitbake/bin/ |
| H A D | bitbake-worker | 157 def fork_off_task(cfg, data, databuilder, workerdata, extraconfigdata, runtask): argument 271 for varname, value in extraconfigdata.items(): 403 self.extraconfigdata = None 485 self.extraconfigdata = pickle.loads(data) 522 …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 = {} 1746 self.extraconfigdata = {}
|
| H A D | runqueue.py | 1403 RunQueue.send_pickled_data(worker, self.cooker.extraconfigdata, "extraconfigdata")
|