summaryrefslogtreecommitdiffstats
path: root/handbook
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-06-25 13:13:09 +0100
committerJoshua Lock <josh@linux.intel.com>2010-06-25 14:54:30 +0100
commitc27b95110949fbb36ea056757650cdb338655ba0 (patch)
tree1daaaef04c903a30cb32e303da7e0476135d817f /handbook
parentb8e16403fa5454c1e2839e6595c4032eff770d0b (diff)
downloadpoky-c27b95110949fbb36ea056757650cdb338655ba0.tar.gz
handbook: PR should always be set, even if to 0
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'handbook')
-rw-r--r--handbook/extendpoky.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/handbook/extendpoky.xml b/handbook/extendpoky.xml
index 936a74480e..d03284d0e3 100644
--- a/handbook/extendpoky.xml
+++ b/handbook/extendpoky.xml
@@ -650,7 +650,9 @@ require conf/distro/include/poky-extras-src-revisions.inc
650 </glossterm> variable needs to be increased (commonly referred to 650 </glossterm> variable needs to be increased (commonly referred to
651 as 'bumped') as part of that commit. Only integer values are used 651 as 'bumped') as part of that commit. Only integer values are used
652 and <glossterm><link linkend='var-PR'>PR</link></glossterm> = 652 and <glossterm><link linkend='var-PR'>PR</link></glossterm> =
653 "r0" should not be added into new recipes as this is default value. 653 "r0" should be added into new recipes as, while this is the
654 default value, not having the variable defined in a recipe makes
655 it easy to miss incrementing it when updating the recipe.
654 When upgrading the version of a package (<glossterm><link 656 When upgrading the version of a package (<glossterm><link
655 linkend='var-PV'>PV</link></glossterm>), the <glossterm><link 657 linkend='var-PV'>PV</link></glossterm>), the <glossterm><link
656 linkend='var-PR'>PR</link></glossterm> variable should be removed. 658 linkend='var-PR'>PR</link></glossterm> variable should be removed.