summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2017-05-12 18:38:54 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2017-05-12 18:38:54 +0100
commitabeddc3b0d24629e3a120e14a2474753e760fa7d (patch)
treebededbaf9649f907917b00beef3e5e2a9302332a
parentd8da77b57e88a64e2cc2ff494b1e33a5eb1b1686 (diff)
downloadmeta-raspberrypi-abeddc3b0d24629e3a120e14a2474753e760fa7d.tar.gz
README.md: Add info about github pull requests
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--README.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/README.md b/README.md
index 001c44c..0d18b26 100644
--- a/README.md
+++ b/README.md
@@ -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
426. Source code and mirrors 426. Source code and mirrors
437. Contribution 437. 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
468. Maintainers 478. Maintainers
47``` 48```
48 49
@@ -268,14 +269,15 @@ The main communication tool we use is a mailing list:
268 269
269Feel 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. 270Feel 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
271To contribute to this layer you should send the patches for review to the above specified mailing list. 272#### 7.B. Patches and pull requests
272The patches should be compliant with the openembedded patch guidelines: http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines 273All the contributions should be compliant with the openembedded patch guidelines: http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
273 274
275To 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
275When creating patches, please use something like: 277When 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
278When sending patches to mailing list, please use something like: 280When 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