1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

ref-manual: Added prserv class and PRSERV_HOST variable.

(From yocto-docs rev: f0195e750f1027146545ded2e7866bbc43b25d81)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2013-12-04 05:30:58 -06:00
committed by Richard Purdie
parent b5a77f02c6
commit 4f2fb32c62
2 changed files with 49 additions and 0 deletions
+23
View File
@@ -1517,6 +1517,29 @@
</para>
</section>
<section id='ref-classes-prserv'>
<title><filename>prserv.bbclass</filename></title>
<para>
The <filename>prserv</filename> class provides functionality for
using a
<ulink url='&YOCTO_DOCS_DEV_URL;#working-with-a-pr-service'>PR service</ulink>
in order to automatically manage the incrementing of the
<link linkend='var-PR'><filename>PR</filename></link> variable for
each recipe.
</para>
<para>
This class is enabled by default because it is inherited by the
<link linkend='ref-classes-package'><filename>package</filename></link>
class.
However, the OpenEmbedded build system will not use this variable
unless
<link linkend='var-PRSERV_HOST'><filename>PRSERV_HOST</filename></link>
has been set.
</para>
</section>
<section id='ref-classes-distutils'>
<title>Python Extensions - <filename>distutils.bbclass</filename></title>