summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.OE-Core.md17
1 files changed, 8 insertions, 9 deletions
diff --git a/README.OE-Core.md b/README.OE-Core.md
index 687c58e410..7187fb94be 100644
--- a/README.OE-Core.md
+++ b/README.OE-Core.md
@@ -6,28 +6,27 @@ of OpenEmbedded. It is distro-less (can build a functional image with
6DISTRO = "nodistro") and contains only emulated machine support. 6DISTRO = "nodistro") and contains only emulated machine support.
7 7
8For information about OpenEmbedded, see the OpenEmbedded website: 8For information about OpenEmbedded, see the OpenEmbedded website:
9 https://www.openembedded.org/ 9<https://www.openembedded.org/>
10 10
11The Yocto Project has extensive documentation about OE including a reference manual 11The Yocto Project has extensive documentation about OE including a reference manual
12which can be found at: 12which can be found at:
13 https://docs.yoctoproject.org/ 13<https://docs.yoctoproject.org/>
14
15 14
16Contributing 15Contributing
17------------ 16------------
18 17
19Please refer to our contributor guide here: https://docs.yoctoproject.org/dev/contributor-guide/ 18Please refer to our contributor guide here: <https://docs.yoctoproject.org/dev/contributor-guide/>
20for full details on how to submit changes. 19for full details on how to submit changes.
21 20
22As a quick guide, patches should be sent to openembedded-core@lists.openembedded.org 21As a quick guide, patches should be sent to openembedded-core@lists.openembedded.org
23The git command to do that would be: 22The git command to do that would be:
24 23
25 git send-email -M -1 --to openembedded-core@lists.openembedded.org 24```
25git send-email -M -1 --to openembedded-core@lists.openembedded.org
26```
26 27
27Mailing list: 28Mailing list:
28 29<https://lists.openembedded.org/g/openembedded-core>
29 https://lists.openembedded.org/g/openembedded-core
30 30
31Source code: 31Source code:
32 32<https://git.openembedded.org/openembedded-core/>
33 https://git.openembedded.org/openembedded-core/