Yocto Project Discussions
 help / color / mirror / Atom feed
* [meta-rockchip][PATCH] README: Add intstructions to add patch template
@ 2021-12-01  2:27 Khem Raj
  2021-12-07 14:35 ` Trevor Woerner
  0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2021-12-01  2:27 UTC (permalink / raw)
  To: yocto; +Cc: twoerner, Khem Raj

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 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 yocto@lists.yoctoproject.org
+        	git config sendemail.cc twoerner@gmail.com
+        	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 yocto@lists.yoctoproject.org --cc twoerner@gmail.com <your patch file>
+
+		git format-patch -M -1
+		git send-email <your patch file>
 
 Maintainer:
 ----------
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-07 14:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-01  2:27 [meta-rockchip][PATCH] README: Add intstructions to add patch template Khem Raj
2021-12-07 14:35 ` Trevor Woerner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox