| Message ID | 20260320-some-fixes-v1-3-f5ca33dbf180@pbarker.dev |
|---|---|
| State | New |
| Headers | show |
| Series | Memory management fixes and b4 config | expand |
Hi Paul, On 3/20/26 1:01 PM, Paul Barker via lists.yoctoproject.org wrote: > Make contribution easier by including a .b4-config file, pointing at the > correct mailing list and prepending [pseudo] to patches. > Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Thanks! Quentin
diff --git a/.b4-config b/.b4-config new file mode 100644 index 000000000000..92f549d8b44e --- /dev/null +++ b/.b4-config @@ -0,0 +1,4 @@ +[b4] + send-series-to = yocto-patches@lists.yoctoproject.org + prep-pre-flight-checks = disable-needs-auto-to-cc, disable-needs-checking + send-prefixes = pseudo
Make contribution easier by including a .b4-config file, pointing at the correct mailing list and prepending [pseudo] to patches. Signed-off-by: Paul Barker <paul@pbarker.dev> --- .b4-config | 4 ++++ 1 file changed, 4 insertions(+)