summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-poky/README.poky.md15
-rw-r--r--meta-yocto-bsp/README.hardware.md15
2 files changed, 14 insertions, 16 deletions
diff --git a/meta-poky/README.poky.md b/meta-poky/README.poky.md
index a99c75ed5c..7dd5e6d831 100644
--- a/meta-poky/README.poky.md
+++ b/meta-poky/README.poky.md
@@ -34,19 +34,8 @@ For information about OpenEmbedded, see the
34Contribution Guidelines 34Contribution Guidelines
35----------------------- 35-----------------------
36 36
37The project works using a mailing list patch submission process. Patches 37Please refer to our contributor guide here: https://docs.yoctoproject.org/dev/contributor-guide/
38should be sent to the mailing list for the repository the components 38for full details on how to submit changes.
39originate from (see below). Throughout the Yocto Project, the README
40files in the component in question should detail where to send patches,
41who the maintainers are and where bugs should be reported.
42
43A guide to submitting patches to OpenEmbedded is available at:
44
45<https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded>
46
47There is good documentation on how to write/format patches at:
48
49<https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines>
50 39
51Where to Send Patches 40Where to Send Patches
52--------------------- 41---------------------
diff --git a/meta-yocto-bsp/README.hardware.md b/meta-yocto-bsp/README.hardware.md
index 8ea0ef1461..a8f38cb21a 100644
--- a/meta-yocto-bsp/README.hardware.md
+++ b/meta-yocto-bsp/README.hardware.md
@@ -33,10 +33,19 @@ The following boards are supported by the meta-yocto-bsp layer:
33For more information see the board's section below. The appropriate MACHINE 33For more information see the board's section below. The appropriate MACHINE
34variable value corresponding to the board is given in brackets. 34variable value corresponding to the board is given in brackets.
35 35
36Reference Board Maintenance 36Reference Board Maintenance and Contributions
37=========================== 37=============================================
38
39Please refer to our contributor guide here: https://docs.yoctoproject.org/dev/contributor-guide/
40for full details on how to submit changes.
41
42As a quick guide, patches should be sent to poky@lists.yoctoproject.org
43The git command to do that would be:
44
45 git send-email -M -1 --to poky@lists.yoctoproject.org
38 46
39Send pull requests, patches, comments or questions about meta-yocto-bsps to poky@lists.yoctoproject.org 47Send pull requests, patches, comments or questions about meta-yocto-bsp to
48poky@lists.yoctoproject.org
40 49
41Maintainers: Kevin Hao <kexin.hao@windriver.com> 50Maintainers: Kevin Hao <kexin.hao@windriver.com>
42 Bruce Ashfield <bruce.ashfield@gmail.com> 51 Bruce Ashfield <bruce.ashfield@gmail.com>