summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-04 05:36:18 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:18:51 +0000
commit31b5f4933a7b45d69d1d152455342fabb5270553 (patch)
tree119b3f1269daac020f07e22640c7b2773f364cfd /documentation/dev-manual
parent4f2fb32c62f705c32715e1105acf2eabd4e37c26 (diff)
downloadpoky-31b5f4933a7b45d69d1d152455342fabb5270553.tar.gz
dev-manual: Updated the "Working with a PR Service" section.
I added a link to the PRSERV_HOST variable. That variable is now defined in the ref-manual variable glossary. (From yocto-docs rev: 7166fe94107cd379081fd81b7351ec081aa2c6ae) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml17
1 files changed, 9 insertions, 8 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index bfaadc4d11..3f4b446e01 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -3237,9 +3237,10 @@
3237 The simplest form for a PR Service is for it to exist 3237 The simplest form for a PR Service is for it to exist
3238 for a single host development system that builds the 3238 for a single host development system that builds the
3239 package feed (building system). 3239 package feed (building system).
3240 For this scenario, you can enable the PR Service by adding 3240 For this scenario, you can enable a local PR Service by
3241 the following to your <filename>local.conf</filename> 3241 setting
3242 file in the 3242 <ulink url='&YOCTO_DOCS_REF_URL;#var-PRSERV_HOST'><filename>PRSERV_HOST</filename></ulink>
3243 in your <filename>local.conf</filename> file in the
3243 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>: 3244 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>:
3244 <literallayout class='monospaced'> 3245 <literallayout class='monospaced'>
3245 PRSERV_HOST = "localhost:0" 3246 PRSERV_HOST = "localhost:0"
@@ -4397,12 +4398,12 @@
4397 4398
4398 <para> 4399 <para>
4399 In fact, the Yocto Project provides a distribution named 4400 In fact, the Yocto Project provides a distribution named
4400 <filename>poky-bleeding</filename>, whose configuration 4401 <filename>poky-bleeding</filename>, whose configuration
4401 file contains the line: 4402 file contains the line:
4402 <literallayout class='monospaced'> 4403 <literallayout class='monospaced'>
4403 require conf/distro/include/poky-floating-revisions.inc 4404 require conf/distro/include/poky-floating-revisions.inc
4404 </literallayout> 4405 </literallayout>
4405 This line pulls in the listed include file that contains 4406 This line pulls in the listed include file that contains
4406 numerous lines of exactly that form: 4407 numerous lines of exactly that form:
4407 <literallayout class='monospaced'> 4408 <literallayout class='monospaced'>
4408 SRCREV_pn-gconf-dbus ?= "${AUTOREV}" 4409 SRCREV_pn-gconf-dbus ?= "${AUTOREV}"
@@ -4424,14 +4425,14 @@
4424 . 4425 .
4425 . 4426 .
4426 </literallayout> 4427 </literallayout>
4427 These lines allow you to experiment with building a 4428 These lines allow you to experiment with building a
4428 distribution that tracks the latest development source 4429 distribution that tracks the latest development source
4429 for numerous packages. 4430 for numerous packages.
4430 <note><title>Caution</title> 4431 <note><title>Caution</title>
4431 The <filename>poky-bleeding</filename> distribution 4432 The <filename>poky-bleeding</filename> distribution
4432 is not tested on a regular basis. 4433 is not tested on a regular basis.
4433 Keep this in mind if you use it. 4434 Keep this in mind if you use it.
4434 </note> 4435 </note>
4435 </para> 4436 </para>
4436 </section> 4437 </section>
4437 4438