From 31b5f4933a7b45d69d1d152455342fabb5270553 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 4 Dec 2013 05:36:18 -0600 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- .../dev-manual/dev-manual-common-tasks.xml | 17 +++++++++-------- 1 file 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 @@ The simplest form for a PR Service is for it to exist for a single host development system that builds the package feed (building system). - For this scenario, you can enable the PR Service by adding - the following to your local.conf - file in the + For this scenario, you can enable a local PR Service by + setting + PRSERV_HOST + in your local.conf file in the Build Directory: PRSERV_HOST = "localhost:0" @@ -4397,12 +4398,12 @@ In fact, the Yocto Project provides a distribution named - poky-bleeding, whose configuration + poky-bleeding, whose configuration file contains the line: require conf/distro/include/poky-floating-revisions.inc - This line pulls in the listed include file that contains + This line pulls in the listed include file that contains numerous lines of exactly that form: SRCREV_pn-gconf-dbus ?= "${AUTOREV}" @@ -4424,14 +4425,14 @@ . . - These lines allow you to experiment with building a - distribution that tracks the latest development source + These lines allow you to experiment with building a + distribution that tracks the latest development source for numerous packages. Caution The poky-bleeding distribution is not tested on a regular basis. Keep this in mind if you use it. - +