All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] tinfoil/other fixes for devtool/recipetool
@ 2017-08-30 23:30 Paul Eggleton
  2017-08-30 23:30 ` [PATCH 1/5] tinfoil: fix log message doubling when config_only=False Paul Eggleton
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Paul Eggleton @ 2017-08-30 23:30 UTC (permalink / raw)
  To: bitbake-devel

Some changes in aid of fixing issues with OE's devtool and recipetool.


The following changes since commit 8a60106c6f7d586c793b965c5e9460b6016fab15:

  main: Attempt to gain bitbake.lock rather than just waiting (2017-08-24 11:19:41 +0100)

are available in the git repository at:

  git://git.openembedded.org/bitbake-contrib paule/tinfoil-fixes-bb4
  http://cgit.openembedded.org/bitbake-contrib/log/?h=paule/tinfoil-fixes-bb4

Paul Eggleton (5):
  tinfoil: fix log message doubling when config_only=False
  tinfoil: ensure log lines get printed when tasks fail
  tinfoil: ensure variable history tracking works when parsing a recipe
  cooker: ensure we can run buildFileInternal() after cache is populated
  fetch2/npm: add noverify parameter to skip lockdown/shrinkwrap

 lib/bb/cooker.py     |  8 ++++----
 lib/bb/fetch2/npm.py | 41 +++++++++++++++++++++--------------------
 lib/bb/tinfoil.py    | 47 ++++++++++++++++++++++++++++++++++++-----------
 lib/bb/ui/knotty.py  | 50 +++++++++++++++++++++++++++-----------------------
 4 files changed, 88 insertions(+), 58 deletions(-)

-- 
2.9.5



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

end of thread, other threads:[~2017-08-30 23:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-30 23:30 [PATCH 0/5] tinfoil/other fixes for devtool/recipetool Paul Eggleton
2017-08-30 23:30 ` [PATCH 1/5] tinfoil: fix log message doubling when config_only=False Paul Eggleton
2017-08-30 23:30 ` [PATCH 2/5] tinfoil: ensure log lines get printed when tasks fail Paul Eggleton
2017-08-30 23:30 ` [PATCH 3/5] tinfoil: ensure variable history tracking works when parsing a recipe Paul Eggleton
2017-08-30 23:30 ` [PATCH 4/5] cooker: ensure we can run buildFileInternal() after cache is populated Paul Eggleton
2017-08-30 23:30 ` [PATCH 5/5] fetch2/npm: add noverify parameter to skip lockdown/shrinkwrap 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.