summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
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