summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-08-10 00:52:47 -0700
committerAndrei Gherzan <andrei@gherzan.ro>2015-08-10 23:37:14 +0200
commit17dad9328b100beda1cf870c9075e509b5cbfa90 (patch)
treebc475f46d93f5055615a94ba486219c1da512344
parentade923f17d242f9a043b1714deb584929a2ffe8e (diff)
downloadmeta-raspberrypi-17dad9328b100beda1cf870c9075e509b5cbfa90.tar.gz
README: Add extra iformation on creating/sending patches using git
Current instructions could be improvised to help user in creating properly formatted patches with some command help on git format-patch and git send-email Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--README11
1 files changed, 8 insertions, 3 deletions
diff --git a/README b/README
index d70f21f..e32de3a 100644
--- a/README
+++ b/README
@@ -232,9 +232,14 @@ above specified mailing list.
232The patches should be compliant with the openembedded patch guidelines: 232The patches should be compliant with the openembedded patch guidelines:
233http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines 233http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
234 234
235To send changes to mailing list use something like: 235
236 git send-email --to yocto@yoctoproject.org \ 236When creating patches, please use something like:
237 --subject-prefix='meta-raspberrypi][PATCH' 237
238 git format-patch -s --subject-prefix='meta-raspberrypi][PATCH' origin
239
240When sending patches to mailing list, please use something like:
241
242 git send-email --to yocto@yoctoproject.org <generated patch>
238 243
2395.B. Redmine 2445.B. Redmine
240============ 245============