diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 20 |
1 files changed, 8 insertions, 12 deletions
@@ -13,13 +13,17 @@ revision: HEAD | |||
13 | Contributing | 13 | Contributing |
14 | ------------ | 14 | ------------ |
15 | 15 | ||
16 | To contribute to this layer you should submit the patches for review to the | 16 | Please submit any patches against the `meta-freescale` layer by using the |
17 | mailing list (meta-freescale@yoctoproject.org). | 17 | GitHub pull-request feature. Fork the repo, make a branch, do the |
18 | work, rebase from upstream, create the pull request. | ||
18 | 19 | ||
19 | Please refer to: | 20 | For some useful guidelines to be followed when submitting patches, |
21 | please refer to: | ||
20 | http://openembedded.org/wiki/Commit_Patch_Message_Guidelines | 22 | http://openembedded.org/wiki/Commit_Patch_Message_Guidelines |
21 | 23 | ||
22 | for some useful guidelines to be followed when submitting patches. | 24 | Pull requests will be discussed within the GitHub pull-request |
25 | infrastructure. If you want to get informed on new PRs and the | ||
26 | follow-up discussions please use the GitHub's notification system. | ||
23 | 27 | ||
24 | Mailing list: | 28 | Mailing list: |
25 | 29 | ||
@@ -28,11 +32,3 @@ Mailing list: | |||
28 | Source code: | 32 | Source code: |
29 | 33 | ||
30 | https://github.com/Freescale/meta-freescale | 34 | https://github.com/Freescale/meta-freescale |
31 | |||
32 | When creating patches, please use something like: | ||
33 | |||
34 | git format-patch -s origin | ||
35 | |||
36 | When sending patches, please use something like: | ||
37 | |||
38 | git send-email --to meta-freescale@yoctoproject.org <generated patch> | ||