[PATCH] b4-config: Improve b4 config for correct operation

Andrew Goodbody andrew.goodbody at linaro.org
Wed Oct 1 11:28:37 CEST 2025


The recent change to .b4-config resulted in some expected recipients not
being added to the address lists. Rework the commands so that all
expected recipients are added while maintaining the ordering from the
first change.

Fixes: 26efc940c86 ("b4-config: configure `b4` for U-Boot")

Signed-off-by: Andrew Goodbody <andrew.goodbody at linaro.org>
---
 .b4-config | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.b4-config b/.b4-config
index 6ba10cf9b50e6acb8a789544d35a13641e6c0411..1f9ada793e652c99854e4d15241734c9b3bfc117 100644
--- a/.b4-config
+++ b/.b4-config
@@ -2,6 +2,5 @@
 # See https://b4.docs.kernel.org/en/latest/config.html
 
 [b4]
-    send-series-to = u-boot at lists.denx.de
-    send-auto-to-cmd = echo ""
-    send-auto-cc-cmd = scripts/get_maintainer.pl
+    send-auto-to-cmd = scripts/get_maintainer.pl --nogit --nogit-fallback --nogit-chief-penguins --norolestats --nom
+    send-auto-cc-cmd = scripts/get_maintainer.pl --nogit-fallback --nogit-chief-penguins --norolestats --nol

---
base-commit: aff68c8514858ddd8d2e508d47bede566511521b
change-id: 20251001-fix_b4-3d5d2f2a05af

Best regards,
-- 
Andrew Goodbody <andrew.goodbody at linaro.org>



More information about the U-Boot mailing list