[bitbake-devel] [PATCH v3 0/2] bitbake: rm_work enhancements

Patrick Ohly patrick.ohly at intel.com
Thu Jan 19 19:35:14 UTC 2017


This is the bitbake side of the rm_work.bbclass enhancements. See the
OE-core "rm_work + pybootchart enhancements" mail thread for further
information.

Do not merge yet! The first commit is from RP's poky-contrib wip-rss
branch and needs to be merged from there. Once that is done, the rest
of the changes should be okay.

Related-to: YOCTO #10584

Changes since v1:
  - replaced prioritized anonymous functions with a dedicated event
  - replaced the implementation of the "completion" scheduler with
    the new code, without changing the name

Changes since v2:
  - rebased onto master-next and dropped the preliminary
    version of RP's RecipeTaskPreProcess
  - fixed the remaining reference to RunQueueSchedulerRmwork

Patrick Ohly (2):
  build.py: add preceedtask() API
  runqueue.py: revised completion scheduler

 lib/bb/build.py    |  16 ++++++-
 lib/bb/runqueue.py | 125 +++++++++++++++++++++++++++++++++++++---------
 2 files changed, 117 insertions(+), 24 deletions(-)

base-commit: ce1e70b8018340b54dba3a81d7d379182cb77514
-- 
git-series 0.9.1



More information about the bitbake-devel mailing list