summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index cde8f5bb9e..450501694c 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -1517,6 +1517,29 @@
1517 </para> 1517 </para>
1518</section> 1518</section>
1519 1519
1520<section id='ref-classes-prserv'>
1521 <title><filename>prserv.bbclass</filename></title>
1522
1523 <para>
1524 The <filename>prserv</filename> class provides functionality for
1525 using a
1526 <ulink url='&YOCTO_DOCS_DEV_URL;#working-with-a-pr-service'>PR service</ulink>
1527 in order to automatically manage the incrementing of the
1528 <link linkend='var-PR'><filename>PR</filename></link> variable for
1529 each recipe.
1530 </para>
1531
1532 <para>
1533 This class is enabled by default because it is inherited by the
1534 <link linkend='ref-classes-package'><filename>package</filename></link>
1535 class.
1536 However, the OpenEmbedded build system will not use this variable
1537 unless
1538 <link linkend='var-PRSERV_HOST'><filename>PRSERV_HOST</filename></link>
1539 has been set.
1540 </para>
1541</section>
1542
1520<section id='ref-classes-distutils'> 1543<section id='ref-classes-distutils'>
1521 <title>Python Extensions - <filename>distutils.bbclass</filename></title> 1544 <title>Python Extensions - <filename>distutils.bbclass</filename></title>
1522 1545