mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
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: 141b873f6c3111c791fdc71f937b667171f82d2e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
56b13544d7
commit
10228eed0f
@@ -1351,8 +1351,7 @@
|
|||||||
<title><filename>PRINC</filename></title>
|
<title><filename>PRINC</filename></title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The
|
The <filename>PRINC</filename>
|
||||||
<link linkend='var-PRINC'><filename>PRINC</filename></link>
|
|
||||||
variable has been deprecated and triggers a warning if
|
variable has been deprecated and triggers a warning if
|
||||||
detected during a build.
|
detected during a build.
|
||||||
For
|
For
|
||||||
@@ -2247,8 +2246,7 @@
|
|||||||
The following QA Check and Validation Changes have occurred:
|
The following QA Check and Validation Changes have occurred:
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Usage of
|
Usage of <filename>PRINC</filename>
|
||||||
<link linkend='var-PRINC'><filename>PRINC</filename></link>
|
|
||||||
previously triggered a warning.
|
previously triggered a warning.
|
||||||
It now triggers an error.
|
It now triggers an error.
|
||||||
You should remove any remaining usage of
|
You should remove any remaining usage of
|
||||||
|
|||||||
@@ -9200,55 +9200,6 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
|
|||||||
</glossdef>
|
</glossdef>
|
||||||
</glossentry>
|
</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>
|
<glossentry id='var-PRIORITY'><glossterm>PRIORITY</glossterm>
|
||||||
<info>
|
<info>
|
||||||
PRIORITY[doc] = "Indicates the importance of a package. The default value is 'optional'. Other standard values are 'required', 'standard' and 'extra'."
|
PRIORITY[doc] = "Indicates the importance of a package. The default value is 'optional'. Other standard values are 'required', 'standard' and 'extra'."
|
||||||
|
|||||||
Reference in New Issue
Block a user