[bitbake-devel] [PATCH 0/4] More Bitbake logging improvements

Joshua Watt jpewhacker at gmail.com
Wed Mar 11 23:28:43 UTC 2020


Supplemental patches to improve logging in bitbake by using python
structured logging. Fixes up some ResourceWarnings and improves the
flexibility of the console and consolelog.


Joshua Watt (4):
  bitbake: knotty: Add logging cleanup
  bitbake: msg: Add helper to merge logging configs
  bitbake: knotty: Update hash equivalence logging
  bitbake: runqueue: Lower setscene complete logging level

 bitbake/contrib/autobuilderlog.json |  18 +----
 bitbake/lib/bb/msg.py               | 100 ++++++++++++++++------------
 bitbake/lib/bb/runqueue.py          |   2 +-
 bitbake/lib/bb/ui/knotty.py         |  70 ++++++++++++++++---
 4 files changed, 124 insertions(+), 66 deletions(-)

-- 
2.17.1



More information about the bitbake-devel mailing list