[oe-commits] [bitbake] branch 1.44 updated (cfa307a -> 4696919)

git at git.openembedded.org git at git.openembedded.org
Sat Jan 11 11:06:56 UTC 2020


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

rpurdie pushed a change to branch 1.44
in repository bitbake.

    from cfa307a  runqueue.py: not show warning for deferred multiconfig task
     new 0d15443  hashserv: Add support for equivalent hash reporting
     new 222df6d  runqueue/siggen: Allow handling of equivalent hashes
     new 6f0b826  runqueue: Add extra debugging when locked sigs mismatches occur
     new a109d03  knotty/uihelper: Switch from pids to tids for Task event management
     new c42d00f  siggen: Avoid taskhash mismatch errors for nostamp tasks when dependencies rehash
     new 0aee83e  siggen: Ensure new unihash propagates through the system
     new a7426c7  runqueue: Batch scenequeue updates
     new 5afad26  siggen: Fix performance issue in get_unihash
     new 81829ab  bb.utils.fileslocked: don't leak files if yield throws
     new c9ab598  runqueue: Rework process_possible_migrations() to improve performance
     new 4809395  runqueue: Fix task mismatch failures from incorrect logic
     new c4ce216  siggen: Split get_tashhash for performance
     new a80024a  runqueue: Fix sstate task iteration performance
     new 57df7f1  runqueue: Optimise task migration code slightly
     new 14babbf  runqueue: Optimise out pointless loop iteration
     new 7fa3ede  runqueue: Optimise task filtering
     new 53a3cba  runqueue: Only call into the migrations function if migrations active
     new f224201  lib/bb: Optimise out debug messages from cooker
     new 4c7d689  lib/bb: Add BB_SIGNATURE_LOCAL_DIRS_EXCLUDE to speed-up taskhash on directories
     new e731f72  prserv/serv: Use with while reading pidfile
     new 10058fe  runqueue: Fix equiv hash handling build failures
     new 182b2ae  runqueue: Ensure task dependencies are run correctly
     new 39cc493  runqueue: Fix task dependency corner case in sanity test
     new e21bf57  siggen: Test extra cross/native hashserv method
     new 4696919  cache: Lower debug level for wold build messages

The 25 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:
 lib/bb/__init__.py        |   5 ++
 lib/bb/build.py           |  25 +++++----
 lib/bb/cache.py           |   6 +-
 lib/bb/checksum.py        |   5 +-
 lib/bb/fetch2/__init__.py |   4 +-
 lib/bb/runqueue.py        | 137 ++++++++++++++++++++++++++++------------------
 lib/bb/siggen.py          | 104 ++++++++++++++++++++++++++++-------
 lib/bb/ui/knotty.py       |  12 ++--
 lib/bb/ui/uihelper.py     |  39 ++++++++-----
 lib/bb/utils.py           |   9 +--
 lib/hashserv/client.py    |   8 +++
 lib/hashserv/server.py    |  36 ++++++++++++
 lib/prserv/serv.py        |  12 ++--
 13 files changed, 277 insertions(+), 125 deletions(-)

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


More information about the Openembedded-commits mailing list