summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSofiane HAMAM <sofiane.hamam@smile.fr>2025-03-10 10:10:40 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-03-13 11:00:35 +0000
commit6caf4788f6e14f45859a8e874b1fe15b53c2463c (patch)
tree05222593b9dc0ef241a1ef73dd44633e72439c7d
parent9eb112d18538a216ef17d80bfed0723080f23e16 (diff)
downloadpoky-6caf4788f6e14f45859a8e874b1fe15b53c2463c.tar.gz
patchtest: Fix minor README typo
Fix minor typo in patchtest.README. (From OE-Core rev: a0531c99b9aa328f28904ffdad8883d5e739436a) Signed-off-by: Sofiane HAMAM <sofiane.hamam@smile.fr> 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.README2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/patchtest.README b/scripts/patchtest.README
index 816406ff54..3c1ee1af1d 100644
--- a/scripts/patchtest.README
+++ b/scripts/patchtest.README
@@ -69,7 +69,7 @@ the target project, but these parameters can be configured using the `--limit`,
69To run patchtest on the host, do the following: 69To run patchtest on the host, do the following:
70 70
711. In openembedded-core/poky, do `source oe-init-build-env` 711. In openembedded-core/poky, do `source oe-init-build-env`
722. Generate patch files from the target repository by doing `git-format patch -N`, 722. Generate patch files from the target repository by doing `git format-patch -N`,
73 where N is the number of patches starting at HEAD, or by using git-pw 73 where N is the number of patches starting at HEAD, or by using git-pw
74 or patchtest-get-series 74 or patchtest-get-series
753. Run patchtest on a patch file by doing the following: 753. Run patchtest on a patch file by doing the following: