[oe-commits] [bitbake] branch master updated (2e26e97 -> e67dfa4)

git at git.openembedded.org git at git.openembedded.org
Fri Mar 13 11:29:58 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a change to branch master
in repository bitbake.

    from 2e26e97  tests: Add test for gitsm fetcher with shallow mirror tarballs
     add f32a8bc  lib/bb/msg: Convert default domains to a dictionary
     add 9624d42  knotty: Handle logging messages with specific logger
     add 41bd155  lib/bb/msg: Use log level instead of debug count
     add 5ff962d  lib/bb/msg: Add repr for BBLogFormatter
     add 3046131  knotty: Add commented logging_tree code
     add 8ebe8a7  lib/bb/msg: Add filter utilities
     add 2cb16e0  lib/bb/msg: Remove unused filters
     add 14c98d3  lib/bb/msg: Add helper to set logging config
     add c1c867d  knotty: Remove dependency on format variable
     add 646a68a  knotty: Setup logs with config helper
     add dcdb8f2  bitbake-worker: Remove unnecessary addDefaultLogFilter
     add 20bb29e  runqueue/siggen: Log hash equivalence with a different logger
     add 2ddb649  runqueue/siggen: Lower hash equivalence logging
     add e225659  bitbake-user-manual: Add documentation for BB_LOGCONFIG
     add b3f3779  knotty: Add logging cleanup
     add e860d93  msg: Add helper to merge logging configs
     add 7dd5b39  runqueue: Lower setscene complete logging level
     add 2259b51  contrib: Add autobuilder logging configuration
     add 766587c  knotty: Update hash equivalence logging
     add 93c98a8  msg: Return config object
     add 2010be5  knotty: Treat verbconsole as a console output
     add 970cd2f  knotty/msg: Use logging.shutdown() instead of bb.msg.cleanupLogging()
     new e67dfa4  tinfoil: Update to match recent knotty console changes

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 bin/bitbake-worker                                 |   3 +-
 contrib/autobuilderlog.json                        |  13 ++
 .../bitbake-user-manual-execution.xml              |  97 +++++++++
 .../bitbake-user-manual-ref-variables.xml          |  11 +
 lib/bb/__init__.py                                 |   7 +-
 lib/bb/msg.py                                      | 182 ++++++++++++++---
 lib/bb/runqueue.py                                 |  15 +-
 lib/bb/siggen.py                                   |  17 +-
 lib/bb/tinfoil.py                                  |  14 +-
 lib/bb/ui/knotty.py                                | 225 ++++++++++++++++-----
 10 files changed, 467 insertions(+), 117 deletions(-)
 create mode 100644 contrib/autobuilderlog.json

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list