[meta-rockchip] README: Add intstructions to add patch template

Message ID 20211201022753.1091843-1-raj.khem@gmail.com
State New
Headers show
Series [meta-rockchip] README: Add intstructions to add patch template | expand

Commit Message

Khem Raj Dec. 1, 2021, 2:27 a.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 README | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

Comments

Trevor Woerner Dec. 7, 2021, 2:35 p.m. UTC | #1
On Tue 2021-11-30 @ 06:27:53 PM, Khem Raj wrote:
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  README | 16 +++++++++++++---
>  1 file changed, 13 insertions(+), 3 deletions(-)

Applied to meta-rockchip master branch. Thanks!

Patch

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:
 ----------