[oe-commits] [bitbake] branch master-next updated (6ff6485 -> 4d93bfd)

git at git.openembedded.org git at git.openembedded.org
Thu Jul 11 11:26:04 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 6ff6485  tests: Add initial scenario based test for runqueue
 discard 3a81378  siggen: Fix default handler
 discard 489a3b2  runqueue: Complete the merge of scenequeue and normal task execution
 discard eb3b227  runqueue: Alter setscenewhitelist handling
 discard 950b717  runqueue: Merge the queues and execute setscene and normal tasks in parallel
 discard 2045fd5  runqueue: Clarify scenequeue_covered vs. tasks_covered
 discard 6232535  runqueue: Further scheduler buildable tasks cleanup
 discard df05eea  runqueue: Remove pointless variable
 discard e4e8d1e  runqueue: Code simplification
 discard a0b8ad9  runqueue: Tweak comments and debug code
 discard 83d0349  runqueue: Simplify scenequeue unskippable calculation
 discard 357ac45  runqueue: Add covered_tasks (or 'collated_deps') to scenequeue data
 discard 58e7f53  event/runqueue: Drop StampUpdate event, its pointless/unused
 discard 89d697d  runqueue: Fold remains of the scenequeue setup into RunQueueExecute
 discard 67a0dda  runqueue: Simplify _execute_runqueue logic
 discard 776e868  runqueue: Remove RunQueueExecuteScenequeue and RunQueueExecuteTasks
 discard fa14400  runqueue: Fix counter/task updating glitch
 discard 05d4945  runqueue: Merge scenequeue and real task queue code together
 discard 9124d1e  runqueue: Merge stats handling together for setscene/real tasks
 discard 5db3757  runqueue: Uniquely namespace the scenequeue functions
 discard ebb7ca5  runqueue: Factor out the process_setscene_whitelist checks
 discard 12c79ec  runqueue: Remove unused function parameter
     new 8c5f229  fix
     new f9e59f6  runqueue: Remove unused function parameter
     new 68ee835  runqueue: Factor out the process_setscene_whitelist checks
     new 963dd2b  runqueue: Uniquely namespace the scenequeue functions
     new 136b05e  runqueue: Merge stats handling together for setscene/real tasks
     new e183636  runqueue: Merge scenequeue and real task queue code together
     new ee732a0  runqueue: Fix counter/task updating glitch
     new 6c67eb9  runqueue: Remove RunQueueExecuteScenequeue and RunQueueExecuteTasks
     new 9bd46af  runqueue: Simplify _execute_runqueue logic
     new 3c59564  runqueue: Fold remains of the scenequeue setup into RunQueueExecute
     new 0a34aa6  event/runqueue: Drop StampUpdate event, its pointless/unused
     new 93e996a  runqueue: Add covered_tasks (or 'collated_deps') to scenequeue data
     new 74b1ab9  runqueue: Simplify scenequeue unskippable calculation
     new f96b4e4  runqueue: Tweak comments and debug code
     new d762f4e  runqueue: Code simplification
     new 6815b62  runqueue: Remove pointless variable
     new 70aff99  runqueue: Further scheduler buildable tasks cleanup
     new 17f5e32  runqueue: Clarify scenequeue_covered vs. tasks_covered
     new 0af89fd  runqueue: Merge the queues and execute setscene and normal tasks in parallel
     new a46a9f5  runqueue: Alter setscenewhitelist handling
     new 788f0e8  runqueue: Complete the merge of scenequeue and normal task execution
     new 0bd9191  siggen: Fix default handler
     new 4d93bfd  tests: Add initial scenario based test for runqueue

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   (6ff6485)
            \
             N -- N -- N   refs/heads/master-next (4d93bfd)

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 23 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 | 107 ++++++++++++++++++++++++++++-------------------------
 1 file changed, 56 insertions(+), 51 deletions(-)

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


More information about the Openembedded-commits mailing list