diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-10 15:07:42 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-16 23:02:45 +0100 |
commit | f025010ee02130bd7f6bd6073a9a0b111aaa9936 (patch) | |
tree | 1e7922c7f0bfb2f57e81f97050f08d07f606fda2 /bitbake/lib/bb/runqueue.py | |
parent | 85f8e4c04a6e665bcf2ee5565fca45b6814fd65c (diff) | |
download | poky-f025010ee02130bd7f6bd6073a9a0b111aaa9936.tar.gz |
bitbake: 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.
(Bitbake rev: 22082c7b3ca0cffcedb7d1d8c6681d35286376db)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/runqueue.py')
-rw-r--r-- | bitbake/lib/bb/runqueue.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py index addb2bb82f..45bfec8c37 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py | |||
@@ -1173,6 +1173,7 @@ class RunQueueData: | |||
1173 | self.prepare_task_hash(tid) | 1173 | self.prepare_task_hash(tid) |
1174 | 1174 | ||
1175 | bb.parse.siggen.writeout_file_checksum_cache() | 1175 | bb.parse.siggen.writeout_file_checksum_cache() |
1176 | bb.parse.siggen.set_setscene_tasks(self.runq_setscene_tids) | ||
1176 | 1177 | ||
1177 | #self.dump_data() | 1178 | #self.dump_data() |
1178 | return len(self.runtaskentries) | 1179 | return len(self.runtaskentries) |