]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
b4-config: Add basic b4 config file
authorQuentin Schulz <quentin.schulz@cherry.de>
Wed, 5 Feb 2025 16:16:00 +0000 (17:16 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Feb 2025 10:36:21 +0000 (10:36 +0000)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
.b4-config [new file with mode: 0644]

diff --git a/.b4-config b/.b4-config
new file mode 100644 (file)
index 0000000..4109421
--- /dev/null
@@ -0,0 +1,3 @@
+[b4]
+  send-series-to = openembedded-core@lists.openembedded.org
+  prep-pre-flight-checks = disable-needs-auto-to-cc, disable-needs-checking