summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-16 09:38:11 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-17 22:34:31 +0100
commitb17cae78149d4ed2a54b94fee964b19a8013bab1 (patch)
tree9ba690b680662aff803006084fa2aca26a6fa9ae /documentation/dev-manual
parent0c22370f4fe572d14c3e446795f0980eb6a126c5 (diff)
downloadpoky-b17cae78149d4ed2a54b94fee964b19a8013bab1.tar.gz
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>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml12
1 files changed, 10 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 7a29e236c7..b4eb9cf38a 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -3046,6 +3046,13 @@
3046 <title>Manually Bumping PR</title> 3046 <title>Manually Bumping PR</title>
3047 3047
3048 <para> 3048 <para>
3049 The alternative to setting up a PR Service is to manually
3050 bump the
3051 <ulink url='&YOCTO_DOCS_REF_URL;#var-PR'><filename>PR</filename></ulink>
3052 variable.
3053 </para>
3054
3055 <para>
3049 If a committed change results in changing the package output, 3056 If a committed change results in changing the package output,
3050 then the value of the PR variable needs to be increased 3057 then the value of the PR variable needs to be increased
3051 (or "bumped") as part of that commit. 3058 (or "bumped") as part of that commit.
@@ -3073,8 +3080,9 @@
3073 <para> 3080 <para>
3074 When upgrading the version of a package, assuming the 3081 When upgrading the version of a package, assuming the
3075 <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-PV'>PV</ulink></filename> 3082 <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-PV'>PV</ulink></filename>
3076 changes, the <filename>PR</filename> variable should be reset to "r0" 3083 changes, the <filename>PR</filename> variable should be
3077 (or "$(INC_PR).0" if you are using <filename>INC_PR</filename>). 3084 reset to "r0" (or "$(INC_PR).0" if you are using
3085 <filename>INC_PR</filename>).
3078 </para> 3086 </para>
3079 3087
3080 <para> 3088 <para>