From: Quentin Schulz <foss+yocto@0leil.net>
To: openembedded-core@lists.openembedded.org,
Quentin Schulz <quentin.schulz@cherry.de>
Subject: [PATCH v2 1/2] add basic b4 config file
Date: Mon, 03 Feb 2025 16:17:57 +0100 [thread overview]
Message-ID: <20250203-b4-support-v2-1-848008ad29ea@cherry.de> (raw)
In-Reply-To: <20250203-b4-support-v2-0-848008ad29ea@cherry.de>
From: Quentin Schulz <quentin.schulz@cherry.de>
b4[1] is a very nice tool for mail-based contribution. A config[2] file
exists to set up a few defaults. We can use it to set the Cc recipients
to always add, in our case the mailing list.
Because we do not have anything to check for now, disable needs-checking
so patches can be sent without running b4 prep --check. The
mid-term/long-term plan is to use patchtest locally.
Because we do not have any auto-to-cc support (and the implicit one
using scripts/get_maintainer.pl cannot work for us), also disable
needs-auto-to-cc so patches can be sent without running b4 prep
--auto-to-cc.
[1] https://pypi.org/project/b4/
[2] https://b4.docs.kernel.org/en/latest/config.html
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
---
.b4-config | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.b4-config b/.b4-config
new file mode 100644
index 0000000000000000000000000000000000000000..8ec5ddd91e1da05f27a53ff6f3d7351317461859
--- /dev/null
+++ b/.b4-config
@@ -0,0 +1,3 @@
+[b4]
+ send-series-cc = openembedded-core@lists.openembedded.org
+ prep-pre-flight-checks = disable-needs-auto-to-cc, disable-needs-checking
--
2.48.1
next prev parent reply other threads:[~2025-02-03 15:18 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-03 15:17 [PATCH v2 0/2] add basic b4 config file Quentin Schulz
2025-02-03 15:17 ` Quentin Schulz [this message]
2025-02-03 15:31 ` Patchtest results for [PATCH v2 1/2] " patchtest
2025-02-05 13:09 ` Quentin Schulz
2025-02-05 13:31 ` [OE-core] " Richard Purdie
2025-02-03 15:17 ` [PATCH v2 2/2] scripts: add b4-wrapper for poky Quentin Schulz
2025-02-03 19:42 ` [OE-core] [PATCH v2 0/2] add basic b4 config file Khem Raj
2025-02-04 9:13 ` Quentin Schulz
2025-02-04 9:44 ` Richard Purdie
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=20250203-b4-support-v2-1-848008ad29ea@cherry.de \
--to=foss+yocto@0leil.net \
--cc=openembedded-core@lists.openembedded.org \
--cc=quentin.schulz@cherry.de \
/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.