summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: