[PATCH] .b4-config: Add some patchwork related settings
Tom Rini
trini at konsulko.com
Wed Jan 21 16:19:30 CET 2026
To make it easier for custodians to use b4 with patchwork, add some
defaults to the in-tree .b4-config. The API key will still have to be
configured.
Suggested-by: Quentin Schulz <quentin.schulz at cherry.de>
Signed-off-by: Tom Rini <trini at konsulko.com>
---
.b4-config | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.b4-config b/.b4-config
index 1f9ada793e65..dd9041c435c9 100644
--- a/.b4-config
+++ b/.b4-config
@@ -4,3 +4,8 @@
[b4]
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
+ # Patchwork integration. You still need to set pw-key to your API key
+ pw-url = https://patchwork.ozlabs.org/
+ pw-project = uboot
+ pw-review-state = under-review
+ pw-accept-state = accepted
--
2.43.0
More information about the U-Boot
mailing list