[meta-yocto][wrynose 2/5] b4-config: add send-prefixes for wrynose
Yoann Congal <[email protected]> Tue, 28 Jul 2026 00:54:10 +0200
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <3dbb0e96766d0fef2f1da5e206afe478aad930a4.1785190768.git.yoann.congal@smile.fr> |
From: Yoann Congal <[email protected]> That might help new users send correct first stable patches. Signed-off-by: Yoann Congal <[email protected]> --- .b4-config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.b4-config b/.b4-config index 6368f100..dc7484f9 100644 --- a/.b4-config +++ b/.b4-config @@ -1,3 +1,4 @@ [b4] send-series-to = [email protected] - prep-pre-flight-checks = disable-needs-auto-to-cc, disable-needs-checking \ No newline at end of file + prep-pre-flight-checks = disable-needs-auto-to-cc, disable-needs-checking + send-prefixes = wrynose \ No newline at end of file