From: Quentin Schulz <[email protected]> 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. 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 <[email protected]> --- Note that this file should be overridden by the one that I'll send for poky by the merging script (no clue how that would work), i.e. an update of .b4-config from OE-Core should not override the one from poky OE-Core when we merge/cherry-pick OE-Core patches later on. --- .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 = [email protected] + prep-pre-flight-checks = disable-needs-auto-to-cc, disable-needs-checking --- base-commit: ba492417cf8712ca8009154cfadeb494c1a6064f change-id: 20250117-b4-support-10de313f53b7 Best regards, -- Quentin Schulz <[email protected]>
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#209985): https://lists.openembedded.org/g/openembedded-core/message/209985 Mute This Topic: https://lists.openembedded.org/mt/110664460/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
