aboutsummaryrefslogtreecommitdiffstats
path: root/usermanual/chapters/recipes.xml
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2007-03-16 00:19:12 +0000
committerJamie Lenehan <lenehan@twibble.org>2007-03-16 00:19:12 +0000
commitc154e4300447e50c7e56f180739b7e76329ac5e1 (patch)
tree23ed9bb93e940d75d912e03e4874db22d8908f5d /usermanual/chapters/recipes.xml
parentbd223c6d29f2bc1b6fda88dcbaab5d02d01ab76e (diff)
downloadopenembedded-c154e4300447e50c7e56f180739b7e76329ac5e1.tar.gz
recipes: Update the note about the PR variable making it clear that it never
goes backwards and that you should always increase it if you are unsure about what effect it has on the generated packages.
Diffstat (limited to 'usermanual/chapters/recipes.xml')
-rw-r--r--usermanual/chapters/recipes.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/usermanual/chapters/recipes.xml b/usermanual/chapters/recipes.xml
index 3462c11acc..f889acd395 100644
--- a/usermanual/chapters/recipes.xml
+++ b/usermanual/chapters/recipes.xml
@@ -335,6 +335,17 @@ mv fixed.recipe.bb myrecipe.bb</screen></para>
<para>It is good practice to always define PR in your recipes, even
for the <emphasis>"r0"</emphasis> release, so that when editing the
recipe it is clear that the PR number needs to be updated.</para>
+
+ <para>You should always increment PR when modifying a recipe.
+ Sometimes this can be avoided if the change will have no effect on the
+ actual packages generated by the recipe, such as updating the SRC_URI
+ to point to a new host. If in any doubt then you should increase the
+ PR regardless of what has been changed.</para>
+
+ <para>The PR value should never be decremented. If you accidentally
+ submit a large PR value for example then it should be left at the
+ value and just increased for new releases, not reset back to a lower
+ version. </para>
</note></para>
<para>When a recipe is being processed some variables are automatically