From fc6fffe7bfc72532d6fd8720bf68e7b6371a4ceb Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 28 Mar 2013 10:20:23 -0700 Subject: [PATCH] ref-manual: Edits to INC_PR variable. (From yocto-docs rev: 26978211dd3dbd918cacbee1b3d1b69719832b7b) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 7f850ca941..0265bdffb5 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -1384,13 +1384,14 @@ Core layer for images cannot be removed Suppose, for example, you have a set of recipes that are used across several projects. And, within each of those recipes the revision - (its PR value) is set accordingly. - In this case, when the revision of those recipes changes + (its PR + value) is set accordingly. + In this case, when the revision of those recipes changes, the burden is on you to find all those recipes and be sure that they get changed to reflect the updated version of the recipe. In this scenario, it can get complicated when recipes - used in many places and that provide common functionality + that are used in many places and provide common functionality are upgraded to a new revision. A more efficient way of dealing with this situation is to set the INC_PR variable inside