[yocto] [yocto-docs][PATCH 0/1] new PTEST_RUN_SCRIPT_PATH

2015-09-18 Thread Ian Ray
New PTEST_RUN_SCRIPT_PATH allows recipes to override the default location of the run-ptest script. Ian Ray (1): ref-manual, dev-manual: Updates to support PTEST_RUN_SCRIPT_PATH. documentation/dev-manual/dev-manual-common-tasks.xml | 5 - documentation/ref-manual/ref-variables.xml

[yocto] [yocto-docs][PATCH 1/1] ref-manual, dev-manual: Updates to support PTEST_RUN_SCRIPT_PATH.

2015-09-18 Thread Ian Ray
In the ref-manual, I added a new variable description for the PTEST_RUN_SCRIPT_PATH variable. In the dev-manual, I added a note to the "Getting Your Package Ready" section to mention that PTEST_RUN_SCRIPT_PATH can be used to locate the run-ptest script. Signed-off-by: Ian Ray <i

[yocto] [PATCH 1/1] ptest: user-specified run-ptest script location

2015-09-18 Thread Ian Ray
Provides a new variable, PTEST_RUN_SCRIPT_PATH, which points to a directory where the run-ptest script is located. This location defaults to the work directory but may be overridden within a recipe if a package ships its own run-ptest script. Signed-off-by: Ian Ray <ian@ge.com> ---

[yocto] [PATCH 0/1] new PTEST_RUN_SCRIPT_PATH

2015-09-18 Thread Ian Ray
New "weak" assigned PTEST_RUN_SCRIPT_PATH to allow recipes to override the default location of the run-ptest script. This is useful if the package ships its own run-ptest script. Ian Ray (1): ptest: user-specified run-ptest script location meta/classes/ptest.bbclass | 5 +++-- 1 fi