diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-11-26 11:53:58 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-09 22:11:00 +0000 |
commit | c292340b7a241c10d3fea27e43033dca827c6c82 (patch) | |
tree | 03a861aea62c8da683dfd7e21f1782e145c75f8f /documentation | |
parent | 118cf7bc86c13383d428c2e4104df96f40549468 (diff) | |
download | poky-c292340b7a241c10d3fea27e43033dca827c6c82.tar.gz |
dev-manual: Added link to ptest wiki page into Ptest section.
(From yocto-docs rev: 8ee7d8073056dfacc3afcce1eec8c79abd07881f)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 87f14a046e..524c607855 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -6978,11 +6978,17 @@ Gateways via their Web Interfaces</ulink>"</emphasis> | |||
6978 | and the testname can be any identifying string. | 6978 | and the testname can be any identifying string. |
6979 | </para> | 6979 | </para> |
6980 | 6980 | ||
6981 | <note> | 6981 | <para> |
6982 | A recipe is "ptest-enabled" if it inherits the | 6982 | For a list of Yocto Project recipes that are already |
6983 | <ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-ptest'><filename>ptest</filename></ulink> | 6983 | enabled with ptest, see the |
6984 | class. | 6984 | <ulink url='https://wiki.yoctoproject.org/wiki/Ptest'>Ptest</ulink> |
6985 | </note> | 6985 | wiki page. |
6986 | <note> | ||
6987 | A recipe is "ptest-enabled" if it inherits the | ||
6988 | <ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-ptest'><filename>ptest</filename></ulink> | ||
6989 | class. | ||
6990 | </note> | ||
6991 | </para> | ||
6986 | 6992 | ||
6987 | <section id='adding-ptest-to-your-build'> | 6993 | <section id='adding-ptest-to-your-build'> |
6988 | <title>Adding ptest to Your Build</title> | 6994 | <title>Adding ptest to Your Build</title> |