diff options
Diffstat (limited to 'bitbake/bin')
| -rwxr-xr-x | bitbake/bin/bitbake-worker | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/bin/bitbake-worker b/bitbake/bin/bitbake-worker index 3cacdb0cec..ed266f0ac2 100755 --- a/bitbake/bin/bitbake-worker +++ b/bitbake/bin/bitbake-worker | |||
| @@ -266,6 +266,7 @@ def fork_off_task(cfg, data, databuilder, workerdata, extraconfigdata, runtask): | |||
| 266 | the_data = databuilder.parseRecipe(fn, appends) | 266 | the_data = databuilder.parseRecipe(fn, appends) |
| 267 | the_data.setVar('BB_TASKHASH', taskhash) | 267 | the_data.setVar('BB_TASKHASH', taskhash) |
| 268 | the_data.setVar('BB_UNIHASH', unihash) | 268 | the_data.setVar('BB_UNIHASH', unihash) |
| 269 | bb.parse.siggen.setup_datacache_from_datastore(fn, the_data) | ||
| 269 | 270 | ||
| 270 | bb.utils.set_process_name("%s:%s" % (the_data.getVar("PN"), taskname.replace("do_", ""))) | 271 | bb.utils.set_process_name("%s:%s" % (the_data.getVar("PN"), taskname.replace("do_", ""))) |
| 271 | 272 | ||
