diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-04 05:30:58 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:18:51 +0000 |
| commit | 4f2fb32c62f705c32715e1105acf2eabd4e37c26 (patch) | |
| tree | 083cb193e5724248ad3b8a7e2875b747929a1506 /documentation/ref-manual/ref-variables.xml | |
| parent | b5a77f02c61e88825070ab8ddf763c714011304a (diff) | |
| download | poky-4f2fb32c62f705c32715e1105acf2eabd4e37c26.tar.gz | |
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>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 26 |
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. |
