]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
b4-config: configure `b4` for U-Boot
authorJiaxun Yang <jiaxun.yang@flygoat.com>
Wed, 17 Jul 2024 15:12:59 +0000 (23:12 +0800)
committerTom Rini <trini@konsulko.com>
Mon, 29 Sep 2025 16:05:19 +0000 (10:05 -0600)
`b4` is a commandline tool to make patch-based development easier.

Provide a .b4-config file to match U-Boot's development preference about
who is cc'd on patch submission.

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
[trini: Reword slightly]

.b4-config [new file with mode: 0644]

diff --git a/.b4-config b/.b4-config
new file mode 100644 (file)
index 0000000..6ba10cf
--- /dev/null
@@ -0,0 +1,7 @@
+# Configuration for the `b4` tool
+# See https://b4.docs.kernel.org/en/latest/config.html
+
+[b4]
+    send-series-to = u-boot@lists.denx.de
+    send-auto-to-cmd = echo ""
+    send-auto-cc-cmd = scripts/get_maintainer.pl