summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-03-31 17:37:54 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-01 10:23:02 +0100
commitd5a0a6b67632c99ea08e2782e8b7e345962470df (patch)
treeb0f282341218f97c874fe2737fce3376318d5bd0 /documentation/ref-manual/ref-variables.xml
parent9ba7a776ebd885feeb4e0d89aa07e9517843a19c (diff)
downloadpoky-d5a0a6b67632c99ea08e2782e8b7e345962470df.tar.gz
documentation: Updates to get rid of PRINC variable.
I did not eliminate this variable but rather changed the description to indicate that it has been deprecated and that the user should now use a PR Service to do this stuff. There were several areas in the YP manual set that used the variable in code. I just deleted those lines from the code. (From yocto-docs rev: 88a075e6306349e5f8c0d53b5288ef1e64956cd3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml37
1 files changed, 31 insertions, 6 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 966f7c2663..6d8e7aa0aa 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -5572,14 +5572,37 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5572 5572
5573 <glossentry id='var-PRINC'><glossterm>PRINC</glossterm> 5573 <glossentry id='var-PRINC'><glossterm>PRINC</glossterm>
5574 <glossdef> 5574 <glossdef>
5575 <para>Causes the <link linkend='var-PR'><filename>PR</filename></link> 5575
5576 <para>
5577 The <filename>PRINC</filename> variable has been deprecated
5578 and triggers a warning if detected during a build.
5579 For
5580 <link linkend='var-PR'><filename>PR</filename></link>
5581 increments on changes, use the PR service instead.
5582 You can find out more about this service in the
5583 "<ulink url='&YOCTO_DOCS_DEV_URL;#working-with-a-pr-service'>Working With a PR Service</ulink>"
5584 section in the Yocto Project Development Manual.
5585 </para>
5586<!--
5587
5588 <para>
5589 Causes the
5590 <link linkend='var-PR'><filename>PR</filename></link>
5576 variable of <filename>.bbappend</filename> files to 5591 variable of <filename>.bbappend</filename> files to
5577 dynamically increment. 5592 dynamically increment.
5578 This increment minimizes the impact of layer ordering.</para> 5593 This increment minimizes the impact of layer ordering.
5579 <para>In order to ensure multiple <filename>.bbappend</filename> files can co-exist, 5594 </para>
5595
5596 <para>
5597 In order to ensure multiple <filename>.bbappend</filename>
5598 files can co-exist,
5580 <filename>PRINC</filename> should be self-referencing. 5599 <filename>PRINC</filename> should be self-referencing.
5581 This variable defaults to 0.</para> 5600 This variable defaults to 0.
5582 <para>Following is an example that increments <filename>PR</filename> by two: 5601 </para>
5602
5603 <para>
5604 Following is an example that increments
5605 <filename>PR</filename> by two:
5583 <literallayout class='monospaced'> 5606 <literallayout class='monospaced'>
5584 PRINC := "${@int(PRINC) + 2}" 5607 PRINC := "${@int(PRINC) + 2}"
5585 </literallayout> 5608 </literallayout>
@@ -5587,7 +5610,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5587 this usage is very sensitive to layer ordering. 5610 this usage is very sensitive to layer ordering.
5588 You should avoid explicit assignments as they cannot 5611 You should avoid explicit assignments as they cannot
5589 adequately represent multiple 5612 adequately represent multiple
5590 <filename>.bbappend</filename> files.</para> 5613 <filename>.bbappend</filename> files.
5614 </para>
5615-->
5591 </glossdef> 5616 </glossdef>
5592 </glossentry> 5617 </glossentry>
5593 5618