summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/runqueue.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/runqueue.py')
-rw-r--r--bitbake/lib/bb/runqueue.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py
index 02f1474540..1eac2da5e8 100644
--- a/bitbake/lib/bb/runqueue.py
+++ b/bitbake/lib/bb/runqueue.py
@@ -2166,6 +2166,7 @@ class RunQueueExecute:
2166 'unihash' : self.rqdata.get_task_unihash(task), 2166 'unihash' : self.rqdata.get_task_unihash(task),
2167 'quieterrors' : True, 2167 'quieterrors' : True,
2168 'appends' : self.cooker.collections[mc].get_file_appends(taskfn), 2168 'appends' : self.cooker.collections[mc].get_file_appends(taskfn),
2169 'layername' : self.cooker.collections[mc].calc_bbfile_priority(taskfn)[2],
2169 'taskdepdata' : self.sq_build_taskdepdata(task), 2170 'taskdepdata' : self.sq_build_taskdepdata(task),
2170 'dry_run' : False, 2171 'dry_run' : False,
2171 'taskdep': taskdep, 2172 'taskdep': taskdep,
@@ -2259,6 +2260,7 @@ class RunQueueExecute:
2259 'unihash' : self.rqdata.get_task_unihash(task), 2260 'unihash' : self.rqdata.get_task_unihash(task),
2260 'quieterrors' : False, 2261 'quieterrors' : False,
2261 'appends' : self.cooker.collections[mc].get_file_appends(taskfn), 2262 'appends' : self.cooker.collections[mc].get_file_appends(taskfn),
2263 'layername' : self.cooker.collections[mc].calc_bbfile_priority(taskfn)[2],
2262 'taskdepdata' : self.build_taskdepdata(task), 2264 'taskdepdata' : self.build_taskdepdata(task),
2263 'dry_run' : self.rqdata.setscene_enforce, 2265 'dry_run' : self.rqdata.setscene_enforce,
2264 'taskdep': taskdep, 2266 'taskdep': taskdep,