All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] bitbake-setup init improvements
@ 2025-11-17  8:15 Antonin Godard
  2025-11-17  8:15 ` [PATCH v2 1/3] bitbake-setup: fix top_dir creation in create_siteconf Antonin Godard
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Antonin Godard @ 2025-11-17  8:15 UTC (permalink / raw)
  To: bitbake-devel; +Cc: Thomas Petazzoni, Antonin Godard

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



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

end of thread, other threads:[~2025-11-17 10:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-17  8:15 [PATCH v2 0/3] bitbake-setup init improvements Antonin Godard
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

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.