[bitbake-devel] [PATCH 0/4] Progress handling enhancements

Chris Laplante chris.laplante at agilent.com
Fri Jun 7 18:24:00 UTC 2019


This series of patches supersedes a couple of individual patches I had submitted in the past but that were not merged (either because of feedback or because people forgot about them, I guess).

For simplicity and to consolidate my work, I have prepared this patch set.

An additional change to poky is necessary (I will submit it soon) for functionality in the last commit to be fully usable. But no harm will come from merging this patch set before the poky change.

Chris Laplante (4):
  bitbake: knotty: allow progress rate for indeterminate bars
  bitbake: build: extract progress handler creation logic into its own
    method
  bitbake: build/progress: use context managers for progress handlers
  bitbake: build: implement custom progress handlers injected via
    OE_EXTRA_IMPORTS

 lib/bb/build.py     | 79 +++++++++++++++++++++++++++++++++++++++++++----------
 lib/bb/progress.py  | 16 ++++++++++-
 lib/bb/ui/knotty.py |  2 +-
 3 files changed, 80 insertions(+), 17 deletions(-)

--
2.7.4



More information about the bitbake-devel mailing list