mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
ref-manual: Updates to insane.bbclass and two new variables added.
* Updated the insane.bbclass section to move the note at the end about using ERROR_QA and WARN_QA to control how the checks are reported to the front of the section. * Added new variable entries for WARN_QA and ERROR_QA. (From yocto-docs rev: 6f220d1ba3d44a1bba2f1ac882cdf6b601ddc5bb) 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
35655863ca
commit
0c0ac7dd3a
@@ -38,7 +38,7 @@
|
||||
<link linkend='var-T'>T</link>
|
||||
<!-- <link linkend='var-glossary-u'>U</link> -->
|
||||
<!-- <link linkend='var-glossary-v'>V</link> -->
|
||||
<link linkend='var-WORKDIR'>W</link>
|
||||
<link linkend='var-WARN_QA'>W</link>
|
||||
<!-- <link linkend='var-glossary-x'>X</link> -->
|
||||
<!-- <link linkend='var-glossary-y'>Y</link> -->
|
||||
<!-- <link linkend='var-glossary-z'>Z</link>-->
|
||||
@@ -1199,6 +1199,21 @@ Core layer for images cannot be removed
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-ERROR_QA'><glossterm>ERROR_QA</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
Specifies the quality assurance checks whose failures are
|
||||
reported as errors by the OpenEmbedded build system.
|
||||
You set this variable in your distribution configuration
|
||||
file.
|
||||
For a list of the checks you can control with this variable,
|
||||
see the
|
||||
"<link linkend='ref-classes-insane'><filename>insane.bbclass</filename></link>"
|
||||
section.
|
||||
</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-EXCLUDE_FROM_WORLD'><glossterm>EXCLUDE_FROM_WORLD</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
@@ -4771,6 +4786,21 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
|
||||
|
||||
<glossdiv id='var-glossary-w'><title>W</title>
|
||||
|
||||
<glossentry id='var-WARN_QA'><glossterm>WARN_QA</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
Specifies the quality assurance checks whose failures are
|
||||
reported as warnings by the OpenEmbedded build system.
|
||||
You set this variable in your distribution configuration
|
||||
file.
|
||||
For a list of the checks you can control with this variable,
|
||||
see the
|
||||
"<link linkend='ref-classes-insane'><filename>insane.bbclass</filename></link>"
|
||||
section.
|
||||
</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-WORKDIR'><glossterm>WORKDIR</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
|
||||
Reference in New Issue
Block a user