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. - +