diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-08-30 16:38:40 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-02 07:46:40 +0100 |
commit | cb70fec9134152e9aae5a1a99874ec66ca940f1b (patch) | |
tree | 5b80287b1c2d171ee6f0cf81b138ea00b74e6604 /meta-poky | |
parent | 3bdabde2df2cdfdf5a2fa10221abd5866cf25582 (diff) | |
download | poky-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-poky')
-rw-r--r-- | meta-poky/README.poky.md | 15 |
1 files changed, 2 insertions, 13 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 | |||
34 | Contribution Guidelines | 34 | Contribution Guidelines |
35 | ----------------------- | 35 | ----------------------- |
36 | 36 | ||
37 | The project works using a mailing list patch submission process. Patches | 37 | Please refer to our contributor guide here: https://docs.yoctoproject.org/dev/contributor-guide/ |
38 | should be sent to the mailing list for the repository the components | 38 | for full details on how to submit changes. |
39 | originate from (see below). Throughout the Yocto Project, the README | ||
40 | files in the component in question should detail where to send patches, | ||
41 | who the maintainers are and where bugs should be reported. | ||
42 | |||
43 | A guide to submitting patches to OpenEmbedded is available at: | ||
44 | |||
45 | <https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded> | ||
46 | |||
47 | There is good documentation on how to write/format patches at: | ||
48 | |||
49 | <https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines> | ||
50 | 39 | ||
51 | Where to Send Patches | 40 | Where to Send Patches |
52 | --------------------- | 41 | --------------------- |