[oe-commits] [bitbake] branch master-next updated (d96d7dc -> 4c71a33)

git at git.openembedded.org git at git.openembedded.org
Thu Jul 11 16:13:03 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 d96d7dc  uihelper: No longer listen to scenequeue task started
 discard c9bd754  tests: Add initial scenario based test for runqueue
 discard 84bdd93  siggen: Fix default handler
 discard 21aa74f  runqueue: Complete the merge of scenequeue and normal task execution
 discard fd80f94  runqueue: Alter setscenewhitelist handling
     new 5212d85  runqueue: Alter setscenewhitelist handling
     new 0b11101  runqueue: Complete the merge of scenequeue and normal task execution
     new 0e944d4  siggen: Fix default handler
     new c9c0fe2  tests: Add initial scenario based test for runqueue
     new 752bc12  uihelper: No longer listen to scenequeue task started
     new fedd5fd  runqueue: Simplify some convoluted logic
     new 0df4967  runqueue: Streamline outright setscene failure handling
     new c906f23  runqueue: Whitespace fix
     new 4aced55  siggen: Use unique hashes for tasks
     new 4c71a33  runqueue: Optimise multiconfig with overlapping setscene

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   (d96d7dc)
            \
             N -- N -- N   refs/heads/master-next (4c71a33)

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 10 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/runqueue.py                                 | 75 ++++++++++++----------
 lib/bb/siggen.py                                   |  5 +-
 lib/bb/tests/runqueue-tests/classes/base.bbclass   | 19 +++++-
 lib/bb/tests/runqueue-tests/conf/bitbake.conf      |  9 ++-
 .../tests/runqueue-tests/conf/multiconfig/mc1.conf |  1 +
 .../tests/runqueue-tests/conf/multiconfig/mc2.conf |  1 +
 lib/bb/tests/runqueue.py                           | 19 ++++++
 7 files changed, 89 insertions(+), 40 deletions(-)
 create mode 100644 lib/bb/tests/runqueue-tests/conf/multiconfig/mc1.conf
 create mode 100644 lib/bb/tests/runqueue-tests/conf/multiconfig/mc2.conf

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


More information about the Openembedded-commits mailing list