summaryrefslogtreecommitdiffstats
path: root/meta/lib/patchtest/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/patchtest/README.md')
-rw-r--r--meta/lib/patchtest/README.md8
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
3This directory provides a test suite and selftest script for use with the 3This directory provides a test suite and selftest script for use with the
4patchtest repository: https://git.yoctoproject.org/patchtest/ 4patchtest repository: <https://git.yoctoproject.org/patchtest/>
5 5
6To setup for use: 6To setup for use:
7 7
81. Clone https://git.openembedded.org/openembedded-core (this repo) and https://git.openembedded.org/bitbake/ 81. Clone <https://git.openembedded.org/openembedded-core> (this repo) and <https://git.openembedded.org/bitbake/>
92. Clone https://git.yoctoproject.org/patchtest 92. Clone <https://git.yoctoproject.org/patchtest>
103. Install the necessary Python modules: in meta/lib/patchtest or the patchtest 103. 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`
124. Add patchtest to PATH: `export PATH=/path/to/patchtest/repo:$PATH` 124. Add patchtest to PATH: `export PATH=/path/to/patchtest/repo:$PATH`
@@ -17,4 +17,4 @@ To setup for use:
177. Finally, run the selftest script: `./meta/lib/patchtest/selftest/selftest` 177. Finally, run the selftest script: `./meta/lib/patchtest/selftest/selftest`
18 18
19For more information on using patchtest, see the patchtest repo at 19For more information on using patchtest, see the patchtest repo at
20https://git.yoctoproject.org/patchtest/. 20<https://git.yoctoproject.org/patchtest/>.