diff options
author | Igor Opaniuk <igor.opaniuk@foundries.io> | 2025-02-04 11:01:09 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-05 12:49:56 +0000 |
commit | de55387976a75eb9e07e4ec99a1c06373628fb03 (patch) | |
tree | 100f1af38f171e3373478491ac7dd3a1c2e1f0c5 /README.OE-Core.md | |
parent | 50a609576e399cd048480cfeab53d5a26129cd03 (diff) | |
download | poky-de55387976a75eb9e07e4ec99a1c06373628fb03.tar.gz |
README.OE-Core.md: fix markdown style issues
Fix markdown style issues using markdownlint tool [1]:
$ cat README.OE-Core.md | mdl
(stdin):15: MD012 Multiple consecutive blank lines
(stdin):9: MD034 Bare URL used
(stdin):13: MD034 Bare URL used
(stdin):19: MD034 Bare URL used
(stdin):25: MD046 Code block style
(stdin):29: MD046 Code block style
(stdin):33: MD046 Code block style
[1] https://github.com/markdownlint/markdownlint
(From OE-Core rev: 64281b59e8bbae75a1706052ff6fba191d86d0d7)
Signed-off-by: Igor Opaniuk <igor.opaniuk@foundries.io>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'README.OE-Core.md')
-rw-r--r-- | README.OE-Core.md | 17 |
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 | |||
6 | DISTRO = "nodistro") and contains only emulated machine support. | 6 | DISTRO = "nodistro") and contains only emulated machine support. |
7 | 7 | ||
8 | For information about OpenEmbedded, see the OpenEmbedded website: | 8 | For information about OpenEmbedded, see the OpenEmbedded website: |
9 | https://www.openembedded.org/ | 9 | <https://www.openembedded.org/> |
10 | 10 | ||
11 | The Yocto Project has extensive documentation about OE including a reference manual | 11 | The Yocto Project has extensive documentation about OE including a reference manual |
12 | which can be found at: | 12 | which can be found at: |
13 | https://docs.yoctoproject.org/ | 13 | <https://docs.yoctoproject.org/> |
14 | |||
15 | 14 | ||
16 | Contributing | 15 | Contributing |
17 | ------------ | 16 | ------------ |
18 | 17 | ||
19 | Please refer to our contributor guide here: https://docs.yoctoproject.org/dev/contributor-guide/ | 18 | Please refer to our contributor guide here: <https://docs.yoctoproject.org/dev/contributor-guide/> |
20 | for full details on how to submit changes. | 19 | for full details on how to submit changes. |
21 | 20 | ||
22 | As a quick guide, patches should be sent to openembedded-core@lists.openembedded.org | 21 | As a quick guide, patches should be sent to openembedded-core@lists.openembedded.org |
23 | The git command to do that would be: | 22 | The git command to do that would be: |
24 | 23 | ||
25 | git send-email -M -1 --to openembedded-core@lists.openembedded.org | 24 | ``` |
25 | git send-email -M -1 --to openembedded-core@lists.openembedded.org | ||
26 | ``` | ||
26 | 27 | ||
27 | Mailing list: | 28 | Mailing list: |
28 | 29 | <https://lists.openembedded.org/g/openembedded-core> | |
29 | https://lists.openembedded.org/g/openembedded-core | ||
30 | 30 | ||
31 | Source code: | 31 | Source code: |
32 | 32 | <https://git.openembedded.org/openembedded-core/> | |
33 | https://git.openembedded.org/openembedded-core/ | ||