[oe-commits] [bitbake] branch master-next updated (11aec86 -> bf3d93b)

git at git.openembedded.org git at git.openembedded.org
Fri Aug 2 15:55:01 UTC 2019


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

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

 discard 11aec86  build/utils: Drop bb.build.FuncFailed
 discard 8a29c7b  siggen: Clean up task reference formats
 discard 0369d01  runqueue: Clean up BB_HASHCHECK_FUNCTION API
 discard 7fa9adf  siggen: Convert to use self.unitaskhashes
 discard 200729d  hashserv: Switch from threads to multiprocessing
 discard 1689f53  fixes
 discard 874f669  hashserv: Use separate threads for answering requests and handling them
 discard 47188fa  prserv: Use a memory journal
 discard f3c4b38  hashserv: Turn off sqlite synchronous mode
 discard 6b9f274  cooker/hashserv: Allow autostarting of a local hash server using BB_HASHSERVE
 discard 1652ec1  runqueue: Enable dynamic task adjustment to hash equivalency
 discard b7e653a  siggen: Add new unitaskhashes data variable which is cached
 discard 5bd39b3  runqueue: Improve scenequeue processing logic
 discard affb429  cache: Add SimpleCache class
 discard 1586d49  bitbake: hashserv: SQL Optimizations
 discard a6b39d8  siggen: Import unihash code from OE-Core
     new 7aec863  hashserv: SQL Optimizations
     new 7bb7909  siggen: Import unihash code from OE-Core
     new 19a6e35  cache: Add SimpleCache class
     new b707d0c  runqueue: Improve scenequeue processing logic
     new 1f326f2  siggen: Add new unitaskhashes data variable which is cached
     new a0d941c  siggen: Convert to use self.unitaskhashes
     new b410aba  runqueue: Enable dynamic task adjustment to hash equivalency
     new ded2039  cooker/hashserv: Allow autostarting of a local hash server using BB_HASHSERVE
     new bbd2011  hashserv: Turn off sqlite synchronous mode
     new 1332280  prserv: Use a memory journal
     new 9c67cbb  hashserv: Use separate threads for answering requests and handling them
     new a574819  hashserv: Switch from threads to multiprocessing
     new 69aa311  runqueue: Clean up BB_HASHCHECK_FUNCTION API
     new 9fda451  siggen: Clean up task reference formats
     new b1bca5a  build/utils: Drop bb.build.FuncFailed
     new d1e621f  tests/runqueue: Add hashserv+runqueue test
     new bf3d93b  bitbake: Bump version to 1.43.1 for API changes

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (11aec86)
            \
             N -- N -- N   refs/heads/master-next (bf3d93b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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                                      |  2 +-
 lib/bb/__init__.py                               |  2 +-
 lib/bb/runqueue.py                               |  2 --
 lib/bb/siggen.py                                 | 23 ++++++++++++++++----
 lib/bb/tests/runqueue-tests/classes/base.bbclass | 14 +++++++++++-
 lib/bb/tests/runqueue-tests/conf/bitbake.conf    |  2 +-
 lib/bb/tests/runqueue.py                         | 27 +++++++++++++++++++++++-
 7 files changed, 61 insertions(+), 11 deletions(-)

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


More information about the Openembedded-commits mailing list