[oe-commits] [bitbake] branch master-next updated (813ba5b -> d12ba01)

git at git.openembedded.org git at git.openembedded.org
Sat Jul 6 16:13:16 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.

    from 813ba5b  bitbake: Add --skip-setscene option
     new 6e3aae8  runqueue: Drop unused BB_SETSCENE_VERIFY_FUNCTION2
     new 7216ec5  runqueue: Remove now uneeded code
     new c335e23  runqueue: Move scenequeue data generation to a separate function
     new 3ebc894  runqueue: Remove unused function parameter
     new da740d7  runqueue: Factor out the process_setscene_whitelist checks
     new 882711d  runqueue: Uniquely namespace the scenequeue functions
     new 710a686  runqueue: Merge stats handling together for setscene/real tasks
     new f6c7de2  runqueue: Merge scenequeue and real task queue code together
     new 08bcb98  runqueue: Remove RunQueueExecuteScenequeue and RunQueueExecuteTasks
     new 6c1322d  runqueue: Simplify _execute_runqueue logic
     new 3a3435e  runqueue: Fold remains of the scenequeue setup into RunQueueExecute
     new f512ee5  event/runqueue: Drop StampUpdate event, its pointless/unused
     new 275e795  runqueue: Add covered_tasks (or 'collated_deps') to scenequeue data
     new fbda198  runqueue: Simplify scenequeue unskippable calculation
     new e5236b6  runqueue: Tweak comments and debug code
     new 20952f1  runqueue: Code simplification
     new 94d9444  runqueue: Remove pointless variable
     new a11b5ca  runqueue: Further scheduler buildable tasks cleanup
     new 65adff2  runqueue: Clarify scenequeue_covered vs. tasks_covered
     new 69a1c43  runqueue: Merge the queues and execute setscene and normal tasks in parallel
     new 84e7961  runqueue: Alter setscenewhitelist handling
     new d12ba01  runqueue: Complete the merge of scenequeue and normal task execution

The 22 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/event.py       |   17 -
 lib/bb/runqueue.py    | 1102 +++++++++++++++++++++++--------------------------
 lib/bb/tests/event.py |    8 -
 lib/bb/ui/knotty.py   |    1 -
 4 files changed, 521 insertions(+), 607 deletions(-)

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


More information about the Openembedded-commits mailing list