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