Home
last modified time | relevance | path

Searched refs:stage_progress (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dprogress.py220 def update(self, stage_progress): argument
231 stage_progress = (float(stage_progress) / self._stage_total) * 100
235 progress = self._base_progress + (stage_progress * self._stage_weights[self._stage])
306 def update(self, stage_progress): argument