All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patrick Ohly <patrick.ohly@intel.com>
To: bitbake-devel@lists.openembedded.org
Subject: [PATCH 0/3] rm_work enhancements
Date: Fri,  6 Jan 2017 10:50:46 +0100	[thread overview]
Message-ID: <cover.1483696010.git.patrick.ohly@intel.com> (raw)

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



             reply	other threads:[~2017-01-06  9:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-06  9:50 Patrick Ohly [this message]
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
  -- strict thread matches above, loose matches on Subject: below --
2017-01-06  9:55 [PATCH 0/3] rm_work enhancements Patrick Ohly

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1483696010.git.patrick.ohly@intel.com \
    --to=patrick.ohly@intel.com \
    --cc=bitbake-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.