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:17:48 +0000
commit46aa9e702746561bfbd8ffe84404d692e0e948be (patch)
treea4274e70ddb7670be0258edebecd7f90d85d5159 /documentation/dev-manual
parent4a2da5eeb4ef7280a778193309d8485d3896b27f (diff)
downloadpoky-46aa9e702746561bfbd8ffe84404d692e0e948be.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: ac6050263eba890ea0084f8f8444e967e10004f6) 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 e7b9032c5a..ae56719529 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -3986,9 +3986,10 @@ the details.
3986 The simplest form for a PR Service is for it to exist 3986 The simplest form for a PR Service is for it to exist
3987 for a single host development system that builds the 3987 for a single host development system that builds the
3988 package feed (building system). 3988 package feed (building system).
3989 For this scenario, you can enable the PR Service by adding 3989 For this scenario, you can enable a local PR Service by
3990 the following to your <filename>local.conf</filename> 3990 setting
3991 file in the 3991 <ulink url='&YOCTO_DOCS_REF_URL;#var-PRSERV_HOST'><filename>PRSERV_HOST</filename></ulink>
3992 in your <filename>local.conf</filename> file in the
3992 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>: 3993 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>:
3993 <literallayout class='monospaced'> 3994 <literallayout class='monospaced'>
3994 PRSERV_HOST = "localhost:0" 3995 PRSERV_HOST = "localhost:0"
@@ -5146,12 +5147,12 @@ the details.
5146 5147
5147 <para> 5148 <para>
5148 In fact, the Yocto Project provides a distribution named 5149 In fact, the Yocto Project provides a distribution named
5149 <filename>poky-bleeding</filename>, whose configuration 5150 <filename>poky-bleeding</filename>, whose configuration
5150 file contains the line: 5151 file contains the line:
5151 <literallayout class='monospaced'> 5152 <literallayout class='monospaced'>
5152 require conf/distro/include/poky-floating-revisions.inc 5153 require conf/distro/include/poky-floating-revisions.inc
5153 </literallayout> 5154 </literallayout>
5154 This line pulls in the listed include file that contains 5155 This line pulls in the listed include file that contains
5155 numerous lines of exactly that form: 5156 numerous lines of exactly that form:
5156 <literallayout class='monospaced'> 5157 <literallayout class='monospaced'>
5157 SRCREV_pn-gconf-dbus ?= "${AUTOREV}" 5158 SRCREV_pn-gconf-dbus ?= "${AUTOREV}"
@@ -5173,14 +5174,14 @@ the details.
5173 . 5174 .
5174 . 5175 .
5175 </literallayout> 5176 </literallayout>
5176 These lines allow you to experiment with building a 5177 These lines allow you to experiment with building a
5177 distribution that tracks the latest development source 5178 distribution that tracks the latest development source
5178 for numerous packages. 5179 for numerous packages.
5179 <note><title>Caution</title> 5180 <note><title>Caution</title>
5180 The <filename>poky-bleeding</filename> distribution 5181 The <filename>poky-bleeding</filename> distribution
5181 is not tested on a regular basis. 5182 is not tested on a regular basis.
5182 Keep this in mind if you use it. 5183 Keep this in mind if you use it.
5183 </note> 5184 </note>
5184 </para> 5185 </para>
5185 </section> 5186 </section>
5186 5187