From 6caf4788f6e14f45859a8e874b1fe15b53c2463c Mon Sep 17 00:00:00 2001 From: Sofiane HAMAM Date: Mon, 10 Mar 2025 10:10:40 +0100 Subject: [PATCH] patchtest: Fix minor README typo Fix minor typo in patchtest.README. (From OE-Core rev: a0531c99b9aa328f28904ffdad8883d5e739436a) Signed-off-by: Sofiane HAMAM Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- scripts/patchtest.README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`, To run patchtest on the host, do the following: 1. In openembedded-core/poky, do `source oe-init-build-env` -2. Generate patch files from the target repository by doing `git-format patch -N`, +2. Generate patch files from the target repository by doing `git format-patch -N`, where N is the number of patches starting at HEAD, or by using git-pw or patchtest-get-series 3. Run patchtest on a patch file by doing the following: