All of lore.kernel.org
 help / color / mirror / Atom feed
* [bitbake][dunfell][1.46][PATCH 00/14] Patch review
@ 2021-09-24 14:20 Steve Sakoman
  2021-09-24 14:20 ` [bitbake][dunfell][1.46][PATCH 01/14] server: Fix early parsing errors preventing zombie bitbake Steve Sakoman
                   ` (13 more replies)
  0 siblings, 14 replies; 17+ messages in thread
From: Steve Sakoman @ 2021-09-24 14:20 UTC (permalink / raw)
  To: bitbake-devel

Please review this next set of patches for 1.46/dunfell and have comments
back by end of day Tuesday. Passed a-full on autobuilder:

https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/2639

The following changes since commit c2a3bda3a29e12472ef7862e424ea1552fab2959:

  providers: replace newly added logger.warn() with logger.warning() (2021-08-02 21:34:27 +0100)

are available in the Git repository at:

  git://git.openembedded.org/bitbake-contrib stable/1.46-nut
  http://cgit.openembedded.org/bitbake-contrib/log/?h=stable/1.46-nut

Joshua Watt (1):
  server: Fix early parsing errors preventing zombie bitbake

Marco Felsch (1):
  bitbake: bitbake-layers: add skip reason to output

Richard Purdie (12):
  ui/taskexp: Improve startup exception handling
  ui/taskexp: Fix to work with empty build directories
  build: Match markup to real function name
  build: Handle SystemExit in python tasks correctly
  process: Don't include logs in error message if piping them
  build: Avoid duplicating logs in verbose mode
  build: Catch and error upon circular task references
  data_smart: Improve error display for handled exceptions
  cookerdata: Improve missing core layer error message
  cookerdata: Show error for no BBLAYERS in bblayers.conf
  bitbake-worker: Improve error handling
  cookerdata: Show a readable error for invalid multiconfig name

 bin/bitbake-worker       | 10 ++++++----
 lib/bb/build.py          | 12 +++++++++---
 lib/bb/cookerdata.py     |  7 +++++++
 lib/bb/data_smart.py     |  2 ++
 lib/bb/process.py        |  3 +++
 lib/bb/server/process.py |  3 ++-
 lib/bb/ui/taskexp.py     |  5 +++++
 lib/bblayers/query.py    |  2 +-
 8 files changed, 35 insertions(+), 9 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2021-09-30 14:10 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-24 14:20 [bitbake][dunfell][1.46][PATCH 00/14] Patch review Steve Sakoman
2021-09-24 14:20 ` [bitbake][dunfell][1.46][PATCH 01/14] server: Fix early parsing errors preventing zombie bitbake Steve Sakoman
2021-09-24 14:20 ` [bitbake][dunfell][1.46][PATCH 02/14] ui/taskexp: Improve startup exception handling Steve Sakoman
2021-09-24 14:20 ` [bitbake][dunfell][1.46][PATCH 03/14] ui/taskexp: Fix to work with empty build directories Steve Sakoman
2021-09-24 14:20 ` [bitbake][dunfell][1.46][PATCH 04/14] bitbake: bitbake-layers: add skip reason to output Steve Sakoman
2021-09-24 14:20 ` [bitbake][dunfell][1.46][PATCH 05/14] build: Match markup to real function name Steve Sakoman
2021-09-24 14:20 ` [bitbake][dunfell][1.46][PATCH 06/14] build: Handle SystemExit in python tasks correctly Steve Sakoman
2021-09-24 14:21 ` [bitbake][dunfell][1.46][PATCH 07/14] process: Don't include logs in error message if piping them Steve Sakoman
2021-09-24 14:21 ` [bitbake][dunfell][1.46][PATCH 08/14] build: Avoid duplicating logs in verbose mode Steve Sakoman
2021-09-30 10:09   ` [bitbake-devel] " Martin Jansa
2021-09-30 14:10     ` Steve Sakoman
2021-09-24 14:21 ` [bitbake][dunfell][1.46][PATCH 09/14] build: Catch and error upon circular task references Steve Sakoman
2021-09-24 14:21 ` [bitbake][dunfell][1.46][PATCH 10/14] data_smart: Improve error display for handled exceptions Steve Sakoman
2021-09-24 14:21 ` [bitbake][dunfell][1.46][PATCH 11/14] cookerdata: Improve missing core layer error message Steve Sakoman
2021-09-24 14:21 ` [bitbake][dunfell][1.46][PATCH 12/14] cookerdata: Show error for no BBLAYERS in bblayers.conf Steve Sakoman
2021-09-24 14:21 ` [bitbake][dunfell][1.46][PATCH 13/14] bitbake-worker: Improve error handling Steve Sakoman
2021-09-24 14:21 ` [bitbake][dunfell][1.46][PATCH 14/14] cookerdata: Show a readable error for invalid multiconfig name Steve Sakoman

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.