summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-10-02 08:41:40 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-02 17:41:37 +0100
commit734d58c5617eae8c2dfb6fdc4d020a31480998c9 (patch)
tree8182fec89e3d9b87547e825c51cc3074bb7a3861 /documentation/dev-manual
parent371a19f684a489a2144eed4110d7a1474f784165 (diff)
downloadpoky-734d58c5617eae8c2dfb6fdc4d020a31480998c9.tar.gz
documentation: dev-manual - Wording changes for bumping PR
I edited the patch from Paul a bit here to conform to the style of writing plus to make things clearer. (From yocto-docs rev: 87abf857cfcd8a0d78a48322fbe9ac5395b6ad30) 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.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 8d053b3f53..96def5895f 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -1538,11 +1538,11 @@
1538 <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-PR'>PR</ulink></filename> 1538 <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-PR'>PR</ulink></filename>
1539 variable needs to be increased 1539 variable needs to be increased
1540 (or "bumped") as part of that commit. 1540 (or "bumped") as part of that commit.
1541 This means that for new recipes you must be sure to add the <filename>PR</filename> 1541 For new recipes you should add the <filename>PR</filename>
1542 variable and set its initial value equal to "r0". 1542 variable and set its initial value equal to "r0", which is the default.
1543 Failing to define <filename>PR</filename> makes it easy to miss when you bump a package. 1543 Even though the default value is "r0", the practice of adding it to a new recipe makes
1544 Note that you can only use integer values following the "r" in the 1544 it harder to forget to bump the variable when you make changes
1545 <filename>PR</filename> variable. 1545 to the recipe in future.
1546 </para> 1546 </para>
1547 1547
1548 <para> 1548 <para>