diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-03-06 18:53:28 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-03-06 23:12:27 +0000 |
commit | 525c5e516323ff584f65bed3320626b1d056260d (patch) | |
tree | dee4a06572fe84d721da284a47075c46a7dda6a0 /meta-poky/README.poky | |
parent | 73d21a0ab1a51a40fb009905aebd9b3d021790f9 (diff) | |
download | poky-525c5e516323ff584f65bed3320626b1d056260d.tar.gz |
README.poky: Add pointers to key contributions wiki guides
(From meta-yocto rev: 7b2ba7e227ac582aafa0fc45049672974c3e1565)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky/README.poky')
-rw-r--r-- | meta-poky/README.poky | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-poky/README.poky b/meta-poky/README.poky index 0a42843186..2204801f75 100644 --- a/meta-poky/README.poky +++ b/meta-poky/README.poky | |||
@@ -27,6 +27,19 @@ DISTRO = "nodistro") and contains only emulated machine support. | |||
27 | For information about OpenEmbedded, see the OpenEmbedded website: | 27 | For information about OpenEmbedded, see the OpenEmbedded website: |
28 | http://www.openembedded.org/ | 28 | http://www.openembedded.org/ |
29 | 29 | ||
30 | |||
31 | Contribution Guidelines | ||
32 | ======================= | ||
33 | |||
34 | A guide to submitting patches to OpenEmbedded is available at: | ||
35 | |||
36 | http://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded | ||
37 | |||
38 | There is good documentation on how to write/format patches at: | ||
39 | |||
40 | https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines | ||
41 | |||
42 | |||
30 | Where to Send Patches | 43 | Where to Send Patches |
31 | ===================== | 44 | ===================== |
32 | 45 | ||