mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-27 07:26:57 +00:00
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>
This commit is contained in:
@@ -232,9 +232,14 @@ above specified mailing list.
|
|||||||
The patches should be compliant with the openembedded patch guidelines:
|
The patches should be compliant with the openembedded patch guidelines:
|
||||||
http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
|
http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
|
||||||
|
|
||||||
To send changes to mailing list use something like:
|
|
||||||
git send-email --to yocto@yoctoproject.org \
|
When creating patches, please use something like:
|
||||||
--subject-prefix='meta-raspberrypi][PATCH'
|
|
||||||
|
git format-patch -s --subject-prefix='meta-raspberrypi][PATCH' origin
|
||||||
|
|
||||||
|
When sending patches to mailing list, please use something like:
|
||||||
|
|
||||||
|
git send-email --to yocto@yoctoproject.org <generated patch>
|
||||||
|
|
||||||
5.B. Redmine
|
5.B. Redmine
|
||||||
============
|
============
|
||||||
|
|||||||
Reference in New Issue
Block a user