Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/bin/
H A Dbitbake-worker148 …erdata, fn, task, taskname, taskhash, unihash, appends, taskdepdata, extraconfigdata, quieterrors=… argument
252 for varname, value in extraconfigdata.items():
379 self.extraconfigdata = None
449 self.extraconfigdata = pickle.loads(data)
480 …a, fn, task, taskname, taskhash, unihash, appends, taskdepdata, self.extraconfigdata, quieterrors,…
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dcommand.py208 command.cooker.extraconfigdata[varname] = value
H A Dcooker.py392 self.extraconfigdata = {}
1780 self.extraconfigdata = {}
H A Drunqueue.py1332 …worker.stdin.write(b"<extraconfigdata>" + pickle.dumps(self.cooker.extraconfigdata) + b"</extracon…