aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/runqueue.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2019-09-10 15:07:42 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-09-16 23:02:36 +0100
commit22082c7b3ca0cffcedb7d1d8c6681d35286376db (patch)
treee4fc12cb7e2c66e2f0b4d6f0232cedda0768f18e /lib/bb/runqueue.py
parent2dc862237dba82da37c8ac9289e0a21409b1305c (diff)
downloadbitbake-22082c7b3ca0cffcedb7d1d8c6681d35286376db.tar.gz
runqueue/siggen: Optimise hash equiv queries
We only have hash equivalence for setscene tasks so only query the server for those, reducing the number of connections needed. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/bb/runqueue.py')
-rw-r--r--lib/bb/runqueue.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bb/runqueue.py b/lib/bb/runqueue.py
index addb2bb82..45bfec8c3 100644
--- a/lib/bb/runqueue.py
+++ b/lib/bb/runqueue.py
@@ -1173,6 +1173,7 @@ class RunQueueData:
self.prepare_task_hash(tid)
bb.parse.siggen.writeout_file_checksum_cache()
+ bb.parse.siggen.set_setscene_tasks(self.runq_setscene_tids)
#self.dump_data()
return len(self.runtaskentries)