From: Quentin Schulz Date: Wed, 5 Feb 2025 16:16:00 +0000 (+0100) Subject: b4-config: Add basic b4 config file X-Git-Tag: uninative-4.7~142 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db5b855f175820918d6643439ccbfe3a70119279;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git b4-config: Add basic b4 config file 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 Signed-off-by: Richard Purdie --- diff --git a/.b4-config b/.b4-config new file mode 100644 index 00000000000..41094218531 --- /dev/null +++ b/.b4-config @@ -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