summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-03-28 11:38:54 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-04 14:13:40 +0100
commit465f39a7f6983e60e27ddd4cb29fff92ec5f176c (patch)
tree2bafdddb050c224ffcb6cc2efedc65e1e2d7cc6c /documentation
parentf86819da93ae445e996a7303e0702b6ab5f86c70 (diff)
downloadpoky-465f39a7f6983e60e27ddd4cb29fff92ec5f176c.tar.gz
ref-manual: Edits to PRINC variable.
(From yocto-docs rev: 907596f6d4fd1fec78efc3b1161955e7e2d3c6e9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index f3dadf0e62..c82fe31890 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -2610,8 +2610,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
2610 2610
2611 <glossentry id='var-PRINC'><glossterm>PRINC</glossterm> 2611 <glossentry id='var-PRINC'><glossterm>PRINC</glossterm>
2612 <glossdef> 2612 <glossdef>
2613 <para>Causes the <filename>PR</filename> variable of 2613 <para>Causes the <link linkend='var-PR'><filename>PR</filename></link>
2614 <filename>.bbappend</filename> files to dynamically increment. 2614 variable of <filename>.bbappend</filename> files to
2615 dynamically increment.
2615 This increment minimizes the impact of layer ordering.</para> 2616 This increment minimizes the impact of layer ordering.</para>
2616 <para>In order to ensure multiple <filename>.bbappend</filename> files can co-exist, 2617 <para>In order to ensure multiple <filename>.bbappend</filename> files can co-exist,
2617 <filename>PRINC</filename> should be self referencing. 2618 <filename>PRINC</filename> should be self referencing.
@@ -2622,7 +2623,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
2622 </literallayout> 2623 </literallayout>
2623 It is adviseable not to use strings such as ".= '.1'" with the variable because 2624 It is adviseable not to use strings such as ".= '.1'" with the variable because
2624 this usage is very sensitive to layer ordering. 2625 this usage is very sensitive to layer ordering.
2625 Explicit assignments should be avoided as they cannot adequately represent multiple 2626 You should avoid explicit assignments as they cannot
2627 adequately represent multiple
2626 <filename>.bbappend</filename> files.</para> 2628 <filename>.bbappend</filename> files.</para>
2627 </glossdef> 2629 </glossdef>
2628 </glossentry> 2630 </glossentry>