diff options
| -rw-r--r-- | README | 11 |
1 files changed, 8 insertions, 3 deletions
| @@ -232,9 +232,14 @@ above specified mailing list. | |||
| 232 | The patches should be compliant with the openembedded patch guidelines: | 232 | The patches should be compliant with the openembedded patch guidelines: |
| 233 | http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines | 233 | http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines |
| 234 | 234 | ||
| 235 | To send changes to mailing list use something like: | 235 | |
| 236 | git send-email --to yocto@yoctoproject.org \ | 236 | When 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 | |||
| 240 | When sending patches to mailing list, please use something like: | ||
| 241 | |||
| 242 | git send-email --to yocto@yoctoproject.org <generated patch> | ||
| 238 | 243 | ||
| 239 | 5.B. Redmine | 244 | 5.B. Redmine |
| 240 | ============ | 245 | ============ |
