summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/patchtest.README12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/patchtest.README b/scripts/patchtest.README
index 30f7538529..fc1267f053 100644
--- a/scripts/patchtest.README
+++ b/scripts/patchtest.README
@@ -267,6 +267,18 @@ bitbake) in local.conf to reduce runtime, as the bitbake startup process
267will otherwise add to it significantly when restarted for each test 267will otherwise add to it significantly when restarted for each test
268patch. 268patch.
269 269
270If you have setup a Python virtual environment and sourced the
271oe-init-build-env script to run patchtest following the directions
272provided above in the "Installation" section, and you have added the
273meta-selftest layer (from oe-core or poky) to your build, running the
274patchtest selftest is as simple as:
275
276 (patchtest.venv) $ yocto/openembedded-core/meta/lib/patchtest/selftest/selftest
277
278or:
279
280 (patchtest.venv) $ yocto/poky/meta/lib/patchtest/selftest/selftest
281
270## Contributing 282## Contributing
271 283
272The yocto mailing list (openembedded-core@lists.openembedded.org) is used for questions, 284The yocto mailing list (openembedded-core@lists.openembedded.org) is used for questions,