patchtest.README: update selftest section

Update the "Running Patchtest Selftest to include a cmdline example of
runing the selftest.

(From OE-Core rev: 5b2153c8467657ffe490c6b10a260b63d93f3296)

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Trevor Woerner 2025-09-18 17:27:29 -04:00 committed by Richard Purdie
parent 141a6f905d
commit fd740c664a

View File

@ -267,6 +267,18 @@ bitbake) in local.conf to reduce runtime, as the bitbake startup process
will otherwise add to it significantly when restarted for each test
patch.
If you have setup a Python virtual environment and sourced the
oe-init-build-env script to run patchtest following the directions
provided above in the "Installation" section, and you have added the
meta-selftest layer (from oe-core or poky) to your build, running the
patchtest selftest is as simple as:
(patchtest.venv) $ yocto/openembedded-core/meta/lib/patchtest/selftest/selftest
or:
(patchtest.venv) $ yocto/poky/meta/lib/patchtest/selftest/selftest
## Contributing
The yocto mailing list (openembedded-core@lists.openembedded.org) is used for questions,