summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index dee179d393..c756512c52 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -4947,6 +4947,32 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4947 </glossdef> 4947 </glossdef>
4948 </glossentry> 4948 </glossentry>
4949 4949
4950 <glossentry id='var-PRSERV_HOST'><glossterm>PRSERV_HOST</glossterm>
4951 <glossdef>
4952 <para>
4953 The network based
4954 <link linkend='var-PR'><filename>PR</filename></link>
4955 service host and port.
4956 </para>
4957
4958 <para>
4959 The <filename>conf/local.conf.sample.extended</filename>
4960 configuration file in the
4961 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>
4962 shows how the <filename>PRSERV_HOST</filename> variable is
4963 set:
4964 <literallayout class='monospaced'>
4965 PRSERV_HOST = "localhost:0"
4966 </literallayout>
4967 You must set the variable if you want to automatically
4968 start a local
4969 <ulink url='&YOCTO_DOCS_DEV_URL;#working-with-a-pr-service'>PR service</ulink>.
4970 You can set <filename>PRSERV_HOST</filename> to other
4971 values to use a remote PR service.
4972 </para>
4973 </glossdef>
4974 </glossentry>
4975
4950 <glossentry id='var-PV'><glossterm>PV</glossterm> 4976 <glossentry id='var-PV'><glossterm>PV</glossterm>
4951 <glossdef> 4977 <glossdef>
4952 <para>The version of the recipe. 4978 <para>The version of the recipe.