diff options
Diffstat (limited to 'scripts/patchtest.README')
-rw-r--r-- | scripts/patchtest.README | 12 |
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 | |||
267 | will otherwise add to it significantly when restarted for each test | 267 | will otherwise add to it significantly when restarted for each test |
268 | patch. | 268 | patch. |
269 | 269 | ||
270 | If you have setup a Python virtual environment and sourced the | ||
271 | oe-init-build-env script to run patchtest following the directions | ||
272 | provided above in the "Installation" section, and you have added the | ||
273 | meta-selftest layer (from oe-core or poky) to your build, running the | ||
274 | patchtest selftest is as simple as: | ||
275 | |||
276 | (patchtest.venv) $ yocto/openembedded-core/meta/lib/patchtest/selftest/selftest | ||
277 | |||
278 | or: | ||
279 | |||
280 | (patchtest.venv) $ yocto/poky/meta/lib/patchtest/selftest/selftest | ||
281 | |||
270 | ## Contributing | 282 | ## Contributing |
271 | 283 | ||
272 | The yocto mailing list (openembedded-core@lists.openembedded.org) is used for questions, | 284 | The yocto mailing list (openembedded-core@lists.openembedded.org) is used for questions, |