diff options
author | Igor Opaniuk <igor.opaniuk@foundries.io> | 2025-02-04 11:01:13 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-05 12:49:56 +0000 |
commit | e8d4c8a153694401e135c167f546e8a158efa723 (patch) | |
tree | ea454cd1a56059167984cc999ea22ea8c9fd5d5d /meta/lib/patchtest | |
parent | bc175290e63433fb0e0ee21ee75293e90977a6e5 (diff) | |
download | poky-e8d4c8a153694401e135c167f546e8a158efa723.tar.gz |
patchtest/README.md: fix markdown style issues
Fix markdown style issues using markdownlint tool [1]:
$ cat ./meta/lib/patchtest/README.md | mdl
(stdin):4: MD034 Bare URL used
(stdin):8: MD034 Bare URL used
(stdin):9: MD034 Bare URL used
(stdin):20: MD034 Bare URL used
[1] https://github.com/markdownlint/markdownlint
(From OE-Core rev: 623cd2ffa8815a60ef630974393b17a1489ebf41)
Signed-off-by: Igor Opaniuk <igor.opaniuk@foundries.io>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/patchtest')
-rw-r--r-- | meta/lib/patchtest/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/lib/patchtest/README.md b/meta/lib/patchtest/README.md index f66613c0c1..27cc61c802 100644 --- a/meta/lib/patchtest/README.md +++ b/meta/lib/patchtest/README.md | |||
@@ -1,12 +1,12 @@ | |||
1 | # patchtest selftests for openembedded-core | 1 | # patchtest selftests for openembedded-core |
2 | 2 | ||
3 | This directory provides a test suite and selftest script for use with the | 3 | This directory provides a test suite and selftest script for use with the |
4 | patchtest repository: https://git.yoctoproject.org/patchtest/ | 4 | patchtest repository: <https://git.yoctoproject.org/patchtest/> |
5 | 5 | ||
6 | To setup for use: | 6 | To setup for use: |
7 | 7 | ||
8 | 1. Clone https://git.openembedded.org/openembedded-core (this repo) and https://git.openembedded.org/bitbake/ | 8 | 1. Clone <https://git.openembedded.org/openembedded-core> (this repo) and <https://git.openembedded.org/bitbake/> |
9 | 2. Clone https://git.yoctoproject.org/patchtest | 9 | 2. Clone <https://git.yoctoproject.org/patchtest> |
10 | 3. Install the necessary Python modules: in meta/lib/patchtest or the patchtest | 10 | 3. Install the necessary Python modules: in meta/lib/patchtest or the patchtest |
11 | repo, do `pip install -r requirements.txt` | 11 | repo, do `pip install -r requirements.txt` |
12 | 4. Add patchtest to PATH: `export PATH=/path/to/patchtest/repo:$PATH` | 12 | 4. Add patchtest to PATH: `export PATH=/path/to/patchtest/repo:$PATH` |
@@ -17,4 +17,4 @@ To setup for use: | |||
17 | 7. Finally, run the selftest script: `./meta/lib/patchtest/selftest/selftest` | 17 | 7. Finally, run the selftest script: `./meta/lib/patchtest/selftest/selftest` |
18 | 18 | ||
19 | For more information on using patchtest, see the patchtest repo at | 19 | For more information on using patchtest, see the patchtest repo at |
20 | https://git.yoctoproject.org/patchtest/. | 20 | <https://git.yoctoproject.org/patchtest/>. |