All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] BitBake memory-resident mode fixes
@ 2017-06-09 13:34 Paul Eggleton
  2017-06-09 13:34 ` [PATCH 1/4] cookerdata: fix variable history not showing in bitbake -e with memres Paul Eggleton
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Paul Eggleton @ 2017-06-09 13:34 UTC (permalink / raw)
  To: bitbake-devel

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



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

end of thread, other threads:[~2017-06-09 13:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-09 13:34 [PATCH 0/4] BitBake memory-resident mode fixes Paul Eggleton
2017-06-09 13:34 ` [PATCH 1/4] cookerdata: fix variable history not showing in bitbake -e with memres Paul Eggleton
2017-06-09 13:34 ` [PATCH 2/4] cooker: fix file changes not triggering task re-execution " Paul Eggleton
2017-06-09 13:34 ` [PATCH 3/4] cooker: set config valid flags in initConfigurationData() Paul Eggleton
2017-06-09 13:34 ` [PATCH 4/4] cooker: add BB_CMDLINE to enable access to UI command line with memres 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.