diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-16 09:38:11 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-17 22:34:17 +0100 |
commit | 66114e019fbdbb32fb00d6fa31609973ec8b8ed5 (patch) | |
tree | e9c5e71fbae52f3970dc7261325d7e1b2ea540fe | |
parent | 5222e903360c2926879c18142f0ac758adfc89ab (diff) | |
download | poky-66114e019fbdbb32fb00d6fa31609973ec8b8ed5.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>
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 12 |
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> |