mirror of
https://git.yoctoproject.org/poky
synced 2026-07-19 16:57:03 +00:00
ref-manual: Added prserv class and PRSERV_HOST variable.
(From yocto-docs rev: 3a17d1709c5b5291dfae2a72b16e4c2dac561525) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4dd7a66a9d
commit
4a2da5eeb4
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user