Signed-off-by: Khem Raj <[email protected]>
---
 README | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/README b/README
index cec1b53..cc63d0a 100644
--- a/README
+++ b/README
@@ -45,10 +45,20 @@ Maintenance:
                
https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
                
https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded
 
-       For example, to send your most recent commit (i.e. just one patch),
+        Please send changes to the yocto mailing list with [meta-rockchip] in 
the subject line,
+        cc'ing the maintainer.
+
+        This can be configured within the repository with following commands:
+
+               git config sendemail.to [email protected]
+               git config sendemail.cc [email protected]
+               git config format.subjectprefix "meta-rockchip] [PATCH"
+
+       Then, to send your most recent commit (i.e. just one patch),
        please use something like:
-               git format-patch -M --subject-prefix="meta-rockchip][PATCH" 
HEAD^
-               git send-email --to [email protected] --cc 
[email protected] <your patch file>
+
+               git format-patch -M -1
+               git send-email <your patch file>
 
 Maintainer:
 ----------
-- 
2.34.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#55452): https://lists.yoctoproject.org/g/yocto/message/55452
Mute This Topic: https://lists.yoctoproject.org/mt/87419327/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to