diff options
author | Sofiane HAMAM <sofiane.hamam@smile.fr> | 2025-03-10 10:10:40 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-13 11:00:35 +0000 |
commit | 6caf4788f6e14f45859a8e874b1fe15b53c2463c (patch) | |
tree | 05222593b9dc0ef241a1ef73dd44633e72439c7d /scripts | |
parent | 9eb112d18538a216ef17d80bfed0723080f23e16 (diff) | |
download | poky-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>
Diffstat (limited to 'scripts')
-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: |