[meta-zephyr] README: add patch submission details
Submitted by Ross Burton on Oct. 20, 2020, 10:04 a.m.
|
Patch ID: 177546
Details
Commit Message
@@ -69,4 +69,15 @@ or
$ MACHINE=qemu-nios2 bitbake zephyr-kernel-test-all -ctestimage
+Contributing
+============
+Patches for meta-zephyr should be sent to the yocto@lists.yoctoproject.org
+mailing list. See https://lists.yoctoproject.org/g/yocto for subscription
+details and the list archive. Please add [meta-zephyr] to the subject so
+the patches are identifable.
+
+Git can be configured to send mails appropriately when using git send-email:
+
+$ git config --local sendemail.to yocto@lists.yoctoproject.org
+$ git config --local format.subjectPrefix meta-zephy][PATCH