All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/1] runqueue: dry-run real tasks when BB_SETSCENE_ENFORCE is set
@ 2016-12-14  6:05 Paul Eggleton
  2016-12-14  6:05 ` [PATCH v2 1/1] " Paul Eggleton
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Eggleton @ 2016-12-14  6:05 UTC (permalink / raw)
  To: bitbake-devel

Changes since v1:
* Ensure the worker does actually run the task during setscene tasks, which it
  erroneously wasn't in v1 due to the same main worker instance being shared
  between the setscene and normal tasks - I clearly hadn't tested the patch
  properly.
* Compare BB_SETSCENE_ENFORCE to "1" rather than just checking it's assigned


The following changes since commit a2768ecae7846d72a1bdb7cbbc5e8d242af854f6:

  bitbake-user-manual: Added new "Line Joining" section. (2016-12-08 16:35:56 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib paule/setscene-enforce-dryrun
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=paule/setscene-enforce-dryrun

Paul Eggleton (1):
  runqueue: dry-run real tasks when BB_SETSCENE_ENFORCE is set

 bin/bitbake-worker | 12 +++++++-----
 lib/bb/runqueue.py | 13 +++++++------
 2 files changed, 14 insertions(+), 11 deletions(-)

-- 
2.5.5



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

end of thread, other threads:[~2016-12-14  6:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-14  6:05 [PATCH v2 0/1] runqueue: dry-run real tasks when BB_SETSCENE_ENFORCE is set Paul Eggleton
2016-12-14  6:05 ` [PATCH v2 1/1] " Paul Eggleton

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.