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.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py
index 96d70080d3..63d4edd892 100644
--- a/bitbake/lib/bb/runqueue.py
+++ b/bitbake/lib/bb/runqueue.py
@@ -1610,6 +1610,7 @@ class RunQueue:
1610 1610
1611 if self.state == RunQueueState.SCENE_INIT: 1611 if self.state == RunQueueState.SCENE_INIT:
1612 self.start_worker(self.rqexe) 1612 self.start_worker(self.rqexe)
1613 self.rqdata.init_progress_reporter.finish()
1613 1614
1614 # If we don't have any setscene functions, skip execution 1615 # If we don't have any setscene functions, skip execution
1615 if not self.rqdata.runq_setscene_tids: 1616 if not self.rqdata.runq_setscene_tids:
@@ -1947,10 +1948,6 @@ class RunQueueExecute:
1947 self.sqdata = SQData() 1948 self.sqdata = SQData()
1948 build_scenequeue_data(self.sqdata, self.rqdata, self) 1949 build_scenequeue_data(self.sqdata, self.rqdata, self)
1949 1950
1950 # Finish the "Initialising tasks" progress bar before
1951 # update_scenequeue_data() creates another one.
1952 self.rqdata.init_progress_reporter.finish()
1953
1954 update_scenequeue_data(self.sqdata.sq_revdeps, self.sqdata, self.rqdata, self.rq, self.cooker, self.stampcache, self, summary=True) 1951 update_scenequeue_data(self.sqdata.sq_revdeps, self.sqdata, self.rqdata, self.rq, self.cooker, self.stampcache, self, summary=True)
1955 1952
1956 # Compute a list of 'stale' sstate tasks where the current hash does not match the one 1953 # Compute a list of 'stale' sstate tasks where the current hash does not match the one