diff options
Diffstat (limited to 'documentation/dev-manual')
-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> |