[oe-commits] [bitbake] branch master updated (d6155d0 -> 0896209)

git at git.openembedded.org git at git.openembedded.org
Wed Aug 14 16:36:27 UTC 2019


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

rpurdie pushed a change to branch master
in repository bitbake.

    from d6155d0  layerindexlib: Fix parsing of recursive layer dependencies
     add 4992754  runqueue: Fix corruption issue
     add 52ee2ba  runqueue: Improve setscene task handling logic
     add 373b085  tests/runqueue: Add further hash equivalence tests
     add 0588870  cooker: Improve hash server startup code to avoid exit tracebacks
     add fdee640  runqueue: Wait for covered tasks to complete before trying setscene
     add 3bcf9ad  runqueue: Fix next_buildable_task performance problem
     add b9b2177  runqueue: Improve scenequeue debugging
     add 030b9f2  runqueue: Recompute holdoff tasks from scratch
     add 1bf5be4  runqueue: Fix event timing race
     add 85fe627  runqueue: Drop debug statement causing performance issues
     new 83c4370  runqueue: Add further debug information
     new 930efbc  runqueue: Add missing setscene task corner case
     new 0896209  runqueue: Ensure we clear the stamp cache

The 3 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/cooker.py                                 |  29 +-
 lib/bb/runqueue.py                               | 339 ++++++++++++-----------
 lib/bb/tests/runqueue-tests/classes/base.bbclass |  20 +-
 lib/bb/tests/runqueue-tests/conf/bitbake.conf    |   2 +-
 lib/bb/tests/runqueue-tests/recipes/e1.bb        |   1 +
 lib/bb/tests/runqueue.py                         | 155 ++++++++++-
 lib/hashserv/__init__.py                         |   1 +
 7 files changed, 356 insertions(+), 191 deletions(-)
 create mode 100644 lib/bb/tests/runqueue-tests/recipes/e1.bb

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


More information about the Openembedded-commits mailing list