All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] rm_work enhancements
@ 2017-01-06  9:50 Patrick Ohly
  2017-01-06  9:50 ` [PATCH 1/3] recipes: anonymous functions with priorities Patrick Ohly
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Patrick Ohly @ 2017-01-06  9:50 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.

Related-to: YOCTO #10584

The following changes since commit ae6045b84978940c365c95c33d6996359c3e299d:

  bb/cooker: BBCooker stops notifier at shutdown (2017-01-06 00:01:03 +0000)

are available in the git repository at:

  git://github.com/pohly/bitbake rmwork
  https://github.com/pohly/bitbake/tree/rmwork

Patrick Ohly (3):
  recipes: anonymous functions with priorities
  build.py: add preceedtask() API
  runqueue.py: alternative rm_work scheduler

 lib/bb/build.py      |  16 ++++++++
 lib/bb/data_smart.py |   3 ++
 lib/bb/parse/ast.py  |  19 +++++++--
 lib/bb/runqueue.py   | 107 +++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 142 insertions(+), 3 deletions(-)

-- 
2.1.4



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

end of thread, other threads:[~2017-01-09 11:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-06  9:50 [PATCH 0/3] rm_work enhancements Patrick Ohly
2017-01-06  9:50 ` [PATCH 1/3] recipes: anonymous functions with priorities Patrick Ohly
2017-01-09 11:03   ` Patrick Ohly
2017-01-06  9:50 ` [PATCH 2/3] build.py: add preceedtask() API Patrick Ohly
2017-01-06  9:50 ` [PATCH 3/3] runqueue.py: alternative rm_work scheduler 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.