Skip to content

Commit

Permalink
.b4-config: configure b4 for Buildroot
Browse files Browse the repository at this point in the history
`b4` is a commandline tool to make patch-based development easier[1]. It
is primarily used for Linux kernel development, but can be configured to
support any project that has a public-inbox endpoint. Buildroot has a
public-inbox mirror at "https://lore.kernel.org/buildroot/".

We configure some basic settings that tell `b4` where to send patches
and how to use get-developers.

[1] https://b4.docs.kernel.org/en/latest/

Signed-off-by: Brandon Maier <[email protected]>
Signed-off-by: Arnout Vandecappelle <[email protected]>
  • Loading branch information
blmaier authored and arnout committed Jul 14, 2024
1 parent 14192d7 commit 322213e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .b4-config
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Configuration for the `b4` tool
# See https://b4.docs.kernel.org/en/latest/config.html
[b4]
send-series-to = [email protected]
send-auto-cc-cmd = "./utils/get-developers -e -"

# vim: set filetype=gitconfig:

0 comments on commit 322213e

Please sign in to comment.