summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2025-09-18 17:27:24 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-09-22 22:09:48 +0100
commit45c7810b4ff337ba578cbda2d86ae33d73caee90 (patch)
tree6bb42d5ba3c9c032ffade6b70124584321b3248c
parent28da16d7d0c47c07d1dffb84be0b4f0cabc2e1a3 (diff)
downloadpoky-45c7810b4ff337ba578cbda2d86ae33d73caee90.tar.gz
patchtest.README: trivial fixes
Fix two small, trivial issues in the README. (From OE-Core rev: 645d8a927b679a33d6a81aca2ae0ce1be84ad65d) Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--scripts/patchtest.README4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/patchtest.README b/scripts/patchtest.README
index 3c1ee1af1d..1c674e23c9 100644
--- a/scripts/patchtest.README
+++ b/scripts/patchtest.README
@@ -18,7 +18,7 @@ baseline for development of similar suites for other layers as needed.
18Patchtest can either run on a host or a guest machine, depending on 18Patchtest can either run on a host or a guest machine, depending on
19which environment you prefer. If you plan to test your own patches (a 19which environment you prefer. If you plan to test your own patches (a
20good practice before these are sent to the mailing list), the easiest 20good practice before these are sent to the mailing list), the easiest
21way is to install and execute on your local host; in the other hand, if 21way is to install and execute on your local host; on the other hand, if
22automatic testing is intended, the guest method is strongly recommended. 22automatic testing is intended, the guest method is strongly recommended.
23The guest method requires the use of the patchtest layer, in addition to 23The guest method requires the use of the patchtest layer, in addition to
24the tools available in oe-core: https://git.yoctoproject.org/patchtest/ 24the tools available in oe-core: https://git.yoctoproject.org/patchtest/
@@ -33,7 +33,7 @@ by running `pip install -r meta/lib/patchtest/requirements.txt`. Note
33that git-pw is not automatically added to the user's PATH; by default, 33that git-pw is not automatically added to the user's PATH; by default,
34it is installed at ~/.local/bin/git-pw. 34it is installed at ~/.local/bin/git-pw.
35 35
36For git-pw (and therefore scripts such as patchtest-get--series) to work, you need 36For git-pw (and therefore scripts such as patchtest-get-series) to work, you need
37to provide a Patchwork instance in your user's .gitconfig, like so (the project 37to provide a Patchwork instance in your user's .gitconfig, like so (the project
38can be specified using the --project argument): 38can be specified using the --project argument):
39 39