aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-05-18 09:25:51 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-28 18:02:30 +0100
commit7baadd86ee1386756e3bc3ef7fd02d5d1367068f (patch)
tree908d3878e62ee850d54cb3d9517c478f5a9b0dea /documentation/ref-manual/ref-variables.xml
parente52dd533303097499b58e46e376b7b71a63d5293 (diff)
downloadopenembedded-core-contrib-7baadd86ee1386756e3bc3ef7fd02d5d1367068f.tar.gz
ref-manual: Removed PRINC entry from the glossary
This variable has been deprecated a while and Paul Eggleton suggested we finally remove it from the glossary. I removed it and also took away the two links from where the variable was referenced in a couple spots in the migration section. (From yocto-docs rev: 2b3c762428bd9ca64087ba6359c4eb5fb5a3db84) 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.xml49
1 files changed, 0 insertions, 49 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 3bc5627c72..97a775a793 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -9200,55 +9200,6 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
</glossdef>
</glossentry>
- <glossentry id='var-PRINC'><glossterm>PRINC</glossterm>
- <info>
- PRINC[doc] = "Causes the PR variable of .bbappend files to dynamically increment. This increment minimizes the impact of layer ordering. This variable defaults to '0'."
- </info>
- <glossdef>
- <para role="glossdeffirst">
-<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
- The <filename>PRINC</filename> variable has been deprecated
- and triggers a warning if detected during a build.
- For
- <link linkend='var-PR'><filename>PR</filename></link>
- increments on changes, use the PR service instead.
- You can find out more about this service in the
- "<ulink url='&YOCTO_DOCS_DEV_URL;#working-with-a-pr-service'>Working With a PR Service</ulink>"
- section in the Yocto Project Development Manual.
- </para>
-<!--
-
- <para>
- Causes the
- <link linkend='var-PR'><filename>PR</filename></link>
- variable of <filename>.bbappend</filename> files to
- dynamically increment.
- This increment minimizes the impact of layer ordering.
- </para>
-
- <para>
- In order to ensure multiple <filename>.bbappend</filename>
- files can co-exist,
- <filename>PRINC</filename> should be self-referencing.
- This variable defaults to 0.
- </para>
-
- <para>
- Following is an example that increments
- <filename>PR</filename> by two:
- <literallayout class='monospaced'>
- PRINC := "${@int(PRINC) + 2}"
- </literallayout>
- It is advisable not to use strings such as ".= '.1'" with the variable because
- this usage is very sensitive to layer ordering.
- You should avoid explicit assignments as they cannot
- adequately represent multiple
- <filename>.bbappend</filename> files.
- </para>
--->
- </glossdef>
- </glossentry>
-
<glossentry id='var-PRIORITY'><glossterm>PRIORITY</glossterm>
<info>
PRIORITY[doc] = "Indicates the importance of a package. The default value is 'optional'. Other standard values are 'required', 'standard' and 'extra'."