[bitbake-devel] [PATCH v2 0/3] bitbake: rm_work enhancements

Patrick Ohly patrick.ohly at intel.com
Fri Jan 13 14:51:18 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

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

Richard Purdie (1):
  event/ast: Add RecipeTaskPreProcess event before task finalisation

 lib/bb/build.py     |  16 ++++++-
 lib/bb/event.py     |   7 +++-
 lib/bb/parse/ast.py |   1 +-
 lib/bb/runqueue.py  | 125 ++++++++++++++++++++++++++++++++++++---------
 4 files changed, 125 insertions(+), 24 deletions(-)

base-commit: 4170cf874850b950f31d2e36c895c110c0b096c3
-- 
git-series 0.9.1



More information about the bitbake-devel mailing list