All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] bitbake: rm_work enhancements
@ 2017-01-13 14:51 Patrick Ohly
  2017-01-13 14:51 ` [PATCH v2 1/3] event/ast: Add RecipeTaskPreProcess event before task finalisation Patrick Ohly
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Patrick Ohly @ 2017-01-13 14:51 UTC (permalink / raw)
  To: bitbake-devel

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-01-17 15:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-13 14:51 [PATCH v2 0/3] bitbake: rm_work enhancements Patrick Ohly
2017-01-13 14:51 ` [PATCH v2 1/3] event/ast: Add RecipeTaskPreProcess event before task finalisation Patrick Ohly
2017-01-13 14:51 ` [PATCH v2 2/3] build.py: add preceedtask() API Patrick Ohly
2017-01-13 14:51 ` [PATCH v2 3/3] runqueue.py: revised completion scheduler Patrick Ohly
2017-01-17 15:18   ` Patrick Ohly

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.