From 46aa9e702746561bfbd8ffe84404d692e0e948be Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 4 Dec 2013 05:36:18 -0600 Subject: 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'documentation/dev-manual') 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. 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" @@ -5146,12 +5147,12 @@ the details. 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}" @@ -5173,14 +5174,14 @@ the details. . . - 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. - + -- cgit v1.2.3-54-g00ecf