From: Antonin Godard <antonin.godard@bootlin.com>
To: bitbake-devel@lists.openembedded.org
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
Antonin Godard <antonin.godard@bootlin.com>
Subject: [PATCH v2 0/3] bitbake-setup init improvements
Date: Mon, 17 Nov 2025 09:15:36 +0100 [thread overview]
Message-ID: <20251117-bitbake-setup-abort-v2-0-a73f44e83bc0@bootlin.com> (raw)
Improve the init user experience by:
- Creating the top directory only when we need it (and avoid leaving
empty directories behind)
- Print a message when a user sends Ctrl+C
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
Changes in v2:
- In the first patch mention that the top dir was created by chance.
- Add if..else so save_bb_cache() is still called after init.
- Make the sigint handler global, print message based on called
function.
- Link to v1: https://lore.kernel.org/r/20251114-bitbake-setup-abort-v1-0-d2f9967df3b1@bootlin.com
---
Antonin Godard (3):
bitbake-setup: fix top_dir creation in create_siteconf
bitbake-setup: create top-dir later in init
bitbake-setup: handle ctrl+c
bin/bitbake-setup | 33 ++++++++++++++++++++++++++++-----
1 file changed, 28 insertions(+), 5 deletions(-)
---
base-commit: fff23f8ce8f60aba6b89512a734623067661816e
change-id: 20251114-bitbake-setup-abort-8a5333c049ea
next reply other threads:[~2025-11-17 8:16 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-17 8:15 Antonin Godard [this message]
2025-11-17 8:15 ` [PATCH v2 1/3] bitbake-setup: fix top_dir creation in create_siteconf Antonin Godard
2025-11-17 8:15 ` [PATCH v2 2/3] bitbake-setup: create top-dir later in init Antonin Godard
2025-11-17 8:15 ` [PATCH v2 3/3] bitbake-setup: handle ctrl+c Antonin Godard
2025-11-17 10:38 ` [bitbake-devel] [PATCH v2 0/3] bitbake-setup init improvements Alexander Kanavin
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=20251117-bitbake-setup-abort-v2-0-a73f44e83bc0@bootlin.com \
--to=antonin.godard@bootlin.com \
--cc=bitbake-devel@lists.openembedded.org \
--cc=thomas.petazzoni@bootlin.com \
/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.