From 75d007be846db36a1c87d566c30398357db018ff Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 3 Jul 2012 14:12:26 -0700 Subject: documentation/dev-manual/dev-manual-newbie.xml: edits to sending patch The section that describes how to send a patch upstream via email did not have a good connection to the various mailing lists. I added some references to this section and also mentioned using the scripts if the user has many changes to commit. (From yocto-docs rev: ad75ae45420c43bda974d22b02094237b5c7cc50) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-newbie.xml | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'documentation/dev-manual') diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index 09095981b3..4db4bc1441 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml @@ -1050,7 +1050,18 @@ If you have a just few changes, you can commit them and then submit them as an email to the maintainer. - Here is a general procedure: + Depending on the components changed, you need to submit the email to a specific + mailing list. + For some guidance on which mailing list to use, see the list in the + "How to Submit a Change" section + earlier in this manual. + For a description of the available mailing lists, see + "Mailing Lists" + section in the Yocto Project Reference Manual. + + + + Here is the general procedure on how to submit a patch through email: Make your changes in your local Git repository. Stage your changes by using the git add @@ -1087,7 +1098,14 @@ the series of patches. For information on the git format-patch command, see GIT_FORMAT_PATCH(1) displayed using the - man git-format-patch command. + man git-format-patch command. + If you have many patches to submit, you might consider using the + method described in the "Pushing + a change Upstream and Requesting a Pull" section described + earlier in the manual. + This method uses the create-pull-request and + send-pull-request scripts that automate much of the + process. Import the files into your mail client by using the git send-email command. In order to use git send-email, you must have the -- cgit v1.2.3-54-g00ecf