summaryrefslogtreecommitdiffstats
path: root/bsp/meta-freescale-3rdparty/README
diff options
context:
space:
mode:
Diffstat (limited to 'bsp/meta-freescale-3rdparty/README')
-rw-r--r--bsp/meta-freescale-3rdparty/README24
1 files changed, 11 insertions, 13 deletions
diff --git a/bsp/meta-freescale-3rdparty/README b/bsp/meta-freescale-3rdparty/README
index 2c59aa68..efd6a002 100644
--- a/bsp/meta-freescale-3rdparty/README
+++ b/bsp/meta-freescale-3rdparty/README
@@ -7,22 +7,28 @@ use with OpenEmbedded and/or Yocto Freescale's BSP layer.
This layer depends on:
URI: git://git.openembedded.org/openembedded-core
-branch: sumo
+branch: master
revision: HEAD
URI: git://git.yoctoproject.org/meta-freescale
-branch: sumo
+branch: master
revision: HEAD
Contributing
------------
-To contribute to this layer you should the patches for review to the
-mailing list (meta-freescale@yoctoproject.org).
+Please submit any patches against the `meta-freescale-3rdparty` layer by
+using the GitHub pull-request feature. Fork the repo, make a branch,
+do the work, rebase from upstream, create the pull request.
-Please refer to:
+For some useful guidelines to be followed when submitting patches,
+please refer to:
http://openembedded.org/wiki/Commit_Patch_Message_Guidelines
+Pull requests will be discussed within the GitHub pull-request
+infrastructure. If you want to get informed on new PRs and the
+follow-up discussions please use GitHub's notification system.
+
Mailing list:
https://lists.yoctoproject.org/listinfo/meta-freescale
@@ -30,11 +36,3 @@ Mailing list:
Source code:
https://github.com/Freescale/meta-freescale-3rdparty
-
-When creating a patch of the last commit, use
-
- git format-patch -s --subject-prefix='3rdparty][PATCH][sumo' -1
-
-To send it to the community, use
-
- git send-email --to meta-freescale@yoctoproject.org <generated patch>