diff options
-rw-r--r-- | scripts/patchtest.README | 2 |
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`, | |||
69 | To run patchtest on the host, do the following: | 69 | To run patchtest on the host, do the following: |
70 | 70 | ||
71 | 1. In openembedded-core/poky, do `source oe-init-build-env` | 71 | 1. In openembedded-core/poky, do `source oe-init-build-env` |
72 | 2. Generate patch files from the target repository by doing `git-format patch -N`, | 72 | 2. 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 |
75 | 3. Run patchtest on a patch file by doing the following: | 75 | 3. Run patchtest on a patch file by doing the following: |