dev-manual: Edits to "Manually Bumping PR" section.

(From yocto-docs rev: c96aac546b67c39426c877a058bce2000b1864aa)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-04-16 09:38:11 -07:00 committed by Richard Purdie
parent 5222e90336
commit 66114e019f
1 changed files with 10 additions and 2 deletions

View File

@ -3045,6 +3045,13 @@
<section id='manually-bumping-pr'>
<title>Manually Bumping PR</title>
<para>
The alternative to setting up a PR Service is to manually
bump the
<ulink url='&YOCTO_DOCS_REF_URL;#var-PR'><filename>PR</filename></ulink>
variable.
</para>
<para>
If a committed change results in changing the package output,
then the value of the PR variable needs to be increased
@ -3073,8 +3080,9 @@
<para>
When upgrading the version of a package, assuming the
<filename><ulink url='&YOCTO_DOCS_REF_URL;#var-PV'>PV</ulink></filename>
changes, the <filename>PR</filename> variable should be reset to "r0"
(or "$(INC_PR).0" if you are using <filename>INC_PR</filename>).
changes, the <filename>PR</filename> variable should be
reset to "r0" (or "$(INC_PR).0" if you are using
<filename>INC_PR</filename>).
</para>
<para>