[bitbake-devel] [PATCH 0/4] BitBake memory-resident mode fixes

Paul Eggleton paul.eggleton at linux.intel.com
Fri Jun 9 13:34:42 UTC 2017


Three fixes for memres and one optimisation that I noticed while working
on these.

The following changes since commit 705ab252e631903e6d2e46202b419a9e8adcd861:

  bitbake-layers: check layer dependencies before adding (2017-06-05 13:33:14 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib paule/bb-memres-fixes
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=paule/bb-memres-fixes

Paul Eggleton (4):
  cookerdata: fix variable history not showing in bitbake -e with memres
  cooker: fix file changes not triggering task re-execution with memres
  cooker: set config valid flags in initConfigurationData()
  cooker: add BB_CMDLINE to enable access to UI command line with memres

 lib/bb/command.py    |  3 ++-
 lib/bb/cooker.py     | 29 +++++++++++++++++++++--------
 lib/bb/cookerdata.py |  4 ++--
 3 files changed, 25 insertions(+), 11 deletions(-)

-- 
2.9.4




More information about the bitbake-devel mailing list