summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/progress.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: lib: remove unused importsFrazer Clews2020-01-191-1/+0
* bitbake: build/progress: use context managers for progress handlersChris Laplante2019-06-111-1/+15
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-05-041-12/+0
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-05-041-0/+2
* bitbake: lib/bb/progress: avoid possibility of start event being reported twicePaul Eggleton2016-07-261-1/+4
* bitbake: fetch2: implement progress supportPaul Eggleton2016-07-191-0/+31
* bitbake: progress: Ensure missing start event is firedRichard Purdie2016-07-081-0/+3
* bitbake: runqueue: report progress for "Preparing RunQueue" stepPaul Eggleton2016-07-081-0/+42
* bitbake: lib/bb/progress: add MultiStageProgressReporterPaul Eggleton2016-07-081-0/+111
* bitbake: lib: implement basic task progress supportPaul Eggleton2016-07-081-0/+86