[bitbake-devel] [PATCH v2 0/1] runqueue: dry-run real tasks when BB_SETSCENE_ENFORCE is set

Paul Eggleton paul.eggleton at linux.intel.com
Wed Dec 14 06:05:02 UTC 2016


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




More information about the bitbake-devel mailing list