summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-08-30 16:38:40 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-02 07:46:40 +0100
commitcb70fec9134152e9aae5a1a99874ec66ca940f1b (patch)
tree5b80287b1c2d171ee6f0cf81b138ea00b74e6604 /meta-yocto-bsp
parent3bdabde2df2cdfdf5a2fa10221abd5866cf25582 (diff)
downloadpoky-cb70fec9134152e9aae5a1a99874ec66ca940f1b.tar.gz
README: Clarify/standardise contributions process
Now we have a contributor guide combining various wiki pages, point at that and standarise our approach across layers. (From meta-yocto rev: 000bc83cf581aeb47798a5a30299bb0d5c767984) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp')
-rw-r--r--meta-yocto-bsp/README.hardware.md15
1 files changed, 12 insertions, 3 deletions
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>