diff options
-rw-r--r-- | README.md | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -41,8 +41,9 @@ Yocto BSP layer for the Raspberry Pi boards - http://www.raspberrypi.org/ . | |||
41 | 5.A. Audio Routing | 41 | 5.A. Audio Routing |
42 | 6. Source code and mirrors | 42 | 6. Source code and mirrors |
43 | 7. Contribution | 43 | 7. Contribution |
44 | 7.A. Mailing List | 44 | 7.A. Mailing list |
45 | 7.B. Github Issues | 45 | 7.B. Patches and pull requests |
46 | 7.C. Github Issues | ||
46 | 8. Maintainers | 47 | 8. Maintainers |
47 | ``` | 48 | ``` |
48 | 49 | ||
@@ -268,14 +269,15 @@ The main communication tool we use is a mailing list: | |||
268 | 269 | ||
269 | Feel free to ask any kind of questions but always prepend your email subject with "[meta-raspberrypi]". This is because we use the 'yocto' mailing list and not a perticular 'meta-raspberrypi' mailing list. | 270 | Feel free to ask any kind of questions but always prepend your email subject with "[meta-raspberrypi]". This is because we use the 'yocto' mailing list and not a perticular 'meta-raspberrypi' mailing list. |
270 | 271 | ||
271 | To contribute to this layer you should send the patches for review to the above specified mailing list. | 272 | #### 7.B. Patches and pull requests |
272 | The patches should be compliant with the openembedded patch guidelines: http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines | 273 | All the contributions should be compliant with the openembedded patch guidelines: http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines |
273 | 274 | ||
275 | To contribute to this project you should send pull requests to the github mirror (https://github.com/agherzan/meta-raspberrypi). **Additionally** you can send the patches for review to the above specified mailing list. | ||
274 | 276 | ||
275 | When creating patches, please use something like: | 277 | When creating patches for the mailing list, please use something like: |
276 | `git format-patch -s --subject-prefix='meta-raspberrypi][PATCH' origin` | 278 | `git format-patch -s --subject-prefix='meta-raspberrypi][PATCH' origin` |
277 | 279 | ||
278 | When sending patches to mailing list, please use something like: | 280 | When sending patches to the mailing list, please use something like: |
279 | `git send-email --to yocto@yoctoproject.org <generated patch>` | 281 | `git send-email --to yocto@yoctoproject.org <generated patch>` |
280 | 282 | ||
281 | #### 7.B. Github issues | 283 | #### 7.B. Github issues |