From: "Steve Sakoman" <steve@sakoman.com>
To: bitbake-devel@lists.openembedded.org
Subject: [bitbake][dunfell][1.46][PATCH 00/14] Patch review
Date: Fri, 24 Sep 2021 04:20:53 -1000 [thread overview]
Message-ID: <cover.1632493110.git.steve@sakoman.com> (raw)
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
next reply other threads:[~2021-09-24 14:22 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-24 14:20 Steve Sakoman [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1632493110.git.steve@sakoman.com \
--to=steve@sakoman.com \
--cc=bitbake-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.