summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-04 05:30:58 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:17:48 +0000
commit4a2da5eeb4ef7280a778193309d8485d3896b27f (patch)
tree00dfede5d258ba8f48614df1586a67b888b315b9 /documentation/ref-manual/ref-variables.xml
parent4dd7a66a9dd3928ea6d6941edc2b0cb4c587e1f8 (diff)
downloadpoky-4a2da5eeb4ef7280a778193309d8485d3896b27f.tar.gz
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>
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.