From 66114e019fbdbb32fb00d6fa31609973ec8b8ed5 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 16 Apr 2013 09:38:11 -0700 Subject: [PATCH] dev-manual: Edits to "Manually Bumping PR" section. (From yocto-docs rev: c96aac546b67c39426c877a058bce2000b1864aa) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 12 ++++++++++-- 1 file 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 @@ -3045,6 +3045,13 @@
Manually Bumping PR + + The alternative to setting up a PR Service is to manually + bump the + PR + variable. + + 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 @@ When upgrading the version of a package, assuming the PV - changes, the PR variable should be reset to "r0" - (or "$(INC_PR).0" if you are using INC_PR). + changes, the PR variable should be + reset to "r0" (or "$(INC_PR).0" if you are using + INC_PR).