[oe-commits] [bitbake] branch master-next updated (2885034 -> 32c858a)

git at git.openembedded.org git at git.openembedded.org
Mon Mar 9 22:52:44 UTC 2020


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

rpurdie pushed a change to branch master-next
in repository bitbake.

    from 2885034  build.py: augment TaskBase to capture PN and PV
     new 966bd64  bitbake: lib/bb/msg.py: Convert default domains to a dictionary
     new 2e9af05  bitbake: knotty: Handle logging messages with specific logger
     new 8c042e6  bitbake: lib/bb/msg.py: Use log level instead of debug count
     new 302bc9f  bitbake: lib/bb/msg.py: Add repr for BBLogFormatter
     new e3503f9  bitbake: knotty: Add commented logging_tree code
     new 41d6c17  bitbake: lib/bb/msg.py: Add filter utilities
     new ac0fd90  bitbake: lib/bb/msg.py: Remove unused filters
     new 2bbd26c  bitbake: lib/bb/msg.py: Add helper to set logging config
     new a7fa136  bitbake: knotty: Remove dependency on format variable
     new f459d48  bitbake: knotty: Setup logs with config helper
     new 5e05a1a  bitbake: worker: Remove unnecessary addDefaultLogFilter
     new efd3b57  bitbake: Log hash equivalence with a different logger
     new 6974dbe  bitbake: Add autobuilder logging configuration
     new bdaf502  bitbake: Lower hash equivalence logging
     new 7e69bc4  bitbake-user-manual: Add documentation for BB_LOGCONFIG
     new 5f5f3fc  fetch2/gitsm: Unpack shallow mirror tarballs
     new 32c858a  tests: Add test for gitsm fetcher with shallow mirror tarballs

The 17 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 +-
 bitbake/contrib/autobuilderlog.json                |  27 ++++
 .../bitbake-user-manual-execution.xml              |  97 ++++++++++++
 .../bitbake-user-manual-ref-variables.xml          |  11 ++
 lib/bb/__init__.py                                 |   7 +-
 lib/bb/fetch2/gitsm.py                             |  21 ++-
 lib/bb/msg.py                                      | 172 ++++++++++++++++----
 lib/bb/runqueue.py                                 |  13 +-
 lib/bb/siggen.py                                   |  17 +-
 lib/bb/tests/fetch.py                              |  41 +++++
 lib/bb/tinfoil.py                                  |   4 +-
 lib/bb/ui/knotty.py                                | 173 +++++++++++++++------
 12 files changed, 476 insertions(+), 110 deletions(-)
 create mode 100644 bitbake/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