diff mbox series

[meta-tensorflow,1/3] add basic b4 config file

Message ID 20260423-python3-14-tflite-v1-1-68bca178a550@cherry.de
State New
Headers show
Series remove tensorflow DISTRO_FEATURES and Python version check | expand

Commit Message

Quentin Schulz April 23, 2026, 2:53 p.m. UTC
From: Quentin Schulz <quentin.schulz@cherry.de>

b4[1] is a very nice tool for mail-based contribution. A config[2] file
exists to set up a few defaults. We can use it to set the To recipients
to always add, in our case the mailing list.

Additionally, automatically provide a default prefix so that one doesn't
need to not forget to run `b4 prep --set-prefixes meta-tensorflow` for
each series.

[1] https://pypi.org/project/b4/
[2] https://b4.docs.kernel.org/en/latest/config.html
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
---
 .b4-config | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/.b4-config b/.b4-config
new file mode 100644
index 0000000..763e1c5
--- /dev/null
+++ b/.b4-config
@@ -0,0 +1,3 @@ 
+[b4]
+  send-series-to = yocto-patches@lists.yoctoproject.org
+  send-prefixes = meta-tensorflow