aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/progress.py
AgeCommit message (Expand)Author
2020-08-07progress: filter ANSI escape codes before looking for progress textChris Laplante
2020-08-07progress: fix hypothetical NameError if 'progress' isn't setChris Laplante
2020-08-07progress: modernize syntax, formatChris Laplante
2020-01-19lib: remove unused importsFrazer Clews
2019-06-11build/progress: use context managers for progress handlersChris Laplante
2019-05-04bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2016-07-25lib/bb/progress: avoid possibility of start event being reported twicePaul Eggleton
2016-07-19fetch2: implement progress supportPaul Eggleton
2016-07-08progress: Ensure missing start event is firedRichard Purdie
2016-07-05runqueue: report progress for "Preparing RunQueue" stepPaul Eggleton
2016-07-01lib/bb/progress: add MultiStageProgressReporterPaul Eggleton
2016-07-01lib: implement basic task progress supportPaul Eggleton