summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-10-20 09:56:38 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-10-21 15:09:16 +0100
commit567d9af723b584eabb7ca0450b40a67b3008a035 (patch)
tree316abfb0f64e680b0732c84b0b0b2b5172b6227b /documentation
parent12fb49eb88956c6262e574646d5a35a1ce837041 (diff)
downloadpoky-567d9af723b584eabb7ca0450b40a67b3008a035.tar.gz
ref-manual: Added ptest-gnome.bbclass section.
Also fixed an error in the compress_doc class. (From yocto-docs rev: 3c3532ec4f3ab5985ea3c2f3689ab5cdb7e16bad) 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/ref-manual/ref-classes.xml18
1 files changed, 17 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 3f1814c253..4e9e442757 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -442,7 +442,7 @@
442 This class is intended to be inherited globally. 442 This class is intended to be inherited globally.
443 The default compression mechanism is gz (gzip) but you can 443 The default compression mechanism is gz (gzip) but you can
444 select an alternative mechanism by setting the 444 select an alternative mechanism by setting the
445 <link linkend='var-DOC_COMPRESS'><filename>DOC_COMPRESS</filename> 445 <link linkend='var-DOC_COMPRESS'><filename>DOC_COMPRESS</filename></link>
446 variable. 446 variable.
447 </para> 447 </para>
448</section> 448</section>
@@ -2546,6 +2546,22 @@
2546 </para> 2546 </para>
2547</section> 2547</section>
2548 2548
2549<section id='ref-classes-ptest-gnome'>
2550 <title><filename>ptest-gnome.bbclass</filename></title>
2551
2552 <para>
2553 Enables package tests (ptests) specifically for GNOME packages,
2554 which have tests intended to be executed with
2555 gnome-desktop-testing.
2556 </para>
2557
2558 <para>
2559 For information on setting up and running ptests, see the
2560 "<ulink url='&YOCTO_DOCS_DEV_URL;#testing-packages-with-ptest'>Testing Packages With ptest</ulink>"
2561 section in the Yocto Project Development Manual.
2562 </para>
2563</section>
2564
2549<section id='ref-classes-python-dir'> 2565<section id='ref-classes-python-dir'>
2550 <title><filename>python-dir.bbclass</filename></title> 2566 <title><filename>python-dir.bbclass</filename></title>
2551 2567