summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2010-12-23 13:44:05 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-01-20 21:37:00 +0000
commit6d5adf104895db47a0d426f68cb81454bd855790 (patch)
treedce3b1842edd89595e301f29e9c75bc32184d573 /documentation/poky-ref-manual/ref-variables.xml
parent321d70e1863e8ef4f8d0ceb07b587782d69bb71e (diff)
downloadast2050-yocto-poky-6d5adf104895db47a0d426f68cb81454bd855790.zip
ast2050-yocto-poky-6d5adf104895db47a0d426f68cb81454bd855790.tar.gz
documentation/poky-ref-manual: expand discussion of PR and INC_PR
Expands a little on PR and INC_PR. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'documentation/poky-ref-manual/ref-variables.xml')
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 98a501f..da57e2c 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -609,7 +609,7 @@ recipes-graphics/xorg-font/fiont-alias_1.0.2.bb:PR - "$(INC_PR).0"
<glossentry id='var-PR'><glossterm>PR</glossterm>
<glossdef>
- <para>Revision of package.
+ <para>Revision of package. The default value is "r0".
</para>
</glossdef>
</glossentry>
@@ -617,7 +617,11 @@ recipes-graphics/xorg-font/fiont-alias_1.0.2.bb:PR - "$(INC_PR).0"
<glossentry id='var-PV'><glossterm>PV</glossterm>
<glossdef>
<para>Version of package.
- The default value is "1.0"</para>
+ This is normally extracted from the recipe name, e.g. if the recipe is named
+ "expat_2.0.1.bb" then PV will be "2.0.1". PV is generally not overridden within
+ a recipe unless it is building an unstable version from a source code repository
+ (git, svn, etc.).
+ </para>
</glossdef>
</glossentry>
OpenPOWER on IntegriCloud