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 15:09:06 +0000 |
commit | 3a17209e121e4a56bf54f4aae83b7d85020da937 (patch) | |
tree | e76c95bafab45c788133323f11f8bb811f5cf940 /documentation/dev-manual/dev-manual-common-tasks.xml | |
parent | 8165210a1e32a4f2b573b1a717101ac657178630 (diff) | |
download | poky-3a17209e121e4a56bf54f4aae83b7d85020da937.tar.gz |
dev-manual: Added link to ptest wiki page into Ptest section.
(From yocto-docs rev: 2a9cd5948cd17ce9f7eb5381b27c25f97963578e)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-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 b894355433..0085cefa81 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -7164,11 +7164,17 @@ Gateways via their Web Interfaces</ulink>"</emphasis> | |||
7164 | and the testname can be any identifying string. | 7164 | and the testname can be any identifying string. |
7165 | </para> | 7165 | </para> |
7166 | 7166 | ||
7167 | <note> | 7167 | <para> |
7168 | A recipe is "ptest-enabled" if it inherits the | 7168 | For a list of Yocto Project recipes that are already |
7169 | <ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-ptest'><filename>ptest</filename></ulink> | 7169 | enabled with ptest, see the |
7170 | class. | 7170 | <ulink url='https://wiki.yoctoproject.org/wiki/Ptest'>Ptest</ulink> |
7171 | </note> | 7171 | wiki page. |
7172 | <note> | ||
7173 | A recipe is "ptest-enabled" if it inherits the | ||
7174 | <ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-ptest'><filename>ptest</filename></ulink> | ||
7175 | class. | ||
7176 | </note> | ||
7177 | </para> | ||
7172 | 7178 | ||
7173 | <section id='adding-ptest-to-your-build'> | 7179 | <section id='adding-ptest-to-your-build'> |
7174 | <title>Adding ptest to Your Build</title> | 7180 | <title>Adding ptest to Your Build</title> |