[oe-commits] [bitbake] branch master updated (18d4a31 -> f43778c)

git at git.openembedded.org git at git.openembedded.org
Tue Aug 6 10:25:31 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 18d4a31  fetch2/wget: avoid 'maximum recursion depth' RuntimeErrors when handling 403 codes
     add 7aec863  hashserv: SQL Optimizations
     add 7bb7909  siggen: Import unihash code from OE-Core
     add 19a6e35  cache: Add SimpleCache class
     add b707d0c  runqueue: Improve scenequeue processing logic
     add 1f326f2  siggen: Add new unitaskhashes data variable which is cached
     add a0d941c  siggen: Convert to use self.unitaskhashes
     new 1f630fd  runqueue: Enable dynamic task adjustment to hash equivalency
     new 6a901bb  runqueue: Improve determinism
     new a4fa8f1  cooker/hashserv: Allow autostarting of a local hash server using BB_HASHSERVE
     new 7ae56a4  hashserv: Turn off sqlite synchronous mode
     new ee3fc60  prserv: Use a memory journal
     new a03d606  hashserv: Use separate threads for answering requests and handling them
     new be23d88  hashserv: Switch from threads to multiprocessing
     new dc23550  runqueue: Clean up BB_HASHCHECK_FUNCTION API
     new 07e539e  siggen: Clean up task reference formats
     new cfeffb6  build/utils: Drop bb.build.FuncFailed
     new 477321d  tests/runqueue: Add hashserv+runqueue test
     new f43778c  bitbake: Bump version to 1.43.1 for API changes

The 12 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                                      |   2 +-
 bin/bitbake-hashserv                             |   4 +-
 bin/bitbake-worker                               |   7 +
 lib/bb/__init__.py                               |   2 +-
 lib/bb/build.py                                  |  57 +---
 lib/bb/cache.py                                  |  55 +++-
 lib/bb/cooker.py                                 |  17 +-
 lib/bb/data.py                                   |   4 +-
 lib/bb/runqueue.py                               | 262 ++++++++++++------
 lib/bb/siggen.py                                 | 322 ++++++++++++++++++-----
 lib/bb/tests/data.py                             |   2 +-
 lib/bb/tests/runqueue-tests/classes/base.bbclass |  36 ++-
 lib/bb/tests/runqueue-tests/conf/bitbake.conf    |   2 +-
 lib/bb/tests/runqueue.py                         |  27 +-
 lib/bb/utils.py                                  |   2 +-
 lib/hashserv/__init__.py                         | 111 ++++++--
 lib/hashserv/tests.py                            |  15 +-
 lib/prserv/db.py                                 |   2 +-
 18 files changed, 690 insertions(+), 239 deletions(-)

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


More information about the Openembedded-commits mailing list