diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-08-13 15:15:55 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-13 13:19:00 +0100 |
commit | 0c0ac7dd3af04610ca740817224d8c57ccd2fba5 (patch) | |
tree | 3fc34355a7a4e037caa59e57a580d91278b23542 /documentation/ref-manual/ref-variables.xml | |
parent | 35655863cad0ebcb78001bafd781e212bdffe4bc (diff) | |
download | poky-0c0ac7dd3af04610ca740817224d8c57ccd2fba5.tar.gz |
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>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 099846412b..266e18f7ea 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -38,7 +38,7 @@ | |||
38 | <link linkend='var-T'>T</link> | 38 | <link linkend='var-T'>T</link> |
39 | <!-- <link linkend='var-glossary-u'>U</link> --> | 39 | <!-- <link linkend='var-glossary-u'>U</link> --> |
40 | <!-- <link linkend='var-glossary-v'>V</link> --> | 40 | <!-- <link linkend='var-glossary-v'>V</link> --> |
41 | <link linkend='var-WORKDIR'>W</link> | 41 | <link linkend='var-WARN_QA'>W</link> |
42 | <!-- <link linkend='var-glossary-x'>X</link> --> | 42 | <!-- <link linkend='var-glossary-x'>X</link> --> |
43 | <!-- <link linkend='var-glossary-y'>Y</link> --> | 43 | <!-- <link linkend='var-glossary-y'>Y</link> --> |
44 | <!-- <link linkend='var-glossary-z'>Z</link>--> | 44 | <!-- <link linkend='var-glossary-z'>Z</link>--> |
@@ -1199,6 +1199,21 @@ Core layer for images cannot be removed | |||
1199 | </glossdef> | 1199 | </glossdef> |
1200 | </glossentry> | 1200 | </glossentry> |
1201 | 1201 | ||
1202 | <glossentry id='var-ERROR_QA'><glossterm>ERROR_QA</glossterm> | ||
1203 | <glossdef> | ||
1204 | <para> | ||
1205 | Specifies the quality assurance checks whose failures are | ||
1206 | reported as errors by the OpenEmbedded build system. | ||
1207 | You set this variable in your distribution configuration | ||
1208 | file. | ||
1209 | For a list of the checks you can control with this variable, | ||
1210 | see the | ||
1211 | "<link linkend='ref-classes-insane'><filename>insane.bbclass</filename></link>" | ||
1212 | section. | ||
1213 | </para> | ||
1214 | </glossdef> | ||
1215 | </glossentry> | ||
1216 | |||
1202 | <glossentry id='var-EXCLUDE_FROM_WORLD'><glossterm>EXCLUDE_FROM_WORLD</glossterm> | 1217 | <glossentry id='var-EXCLUDE_FROM_WORLD'><glossterm>EXCLUDE_FROM_WORLD</glossterm> |
1203 | <glossdef> | 1218 | <glossdef> |
1204 | <para> | 1219 | <para> |
@@ -4771,6 +4786,21 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
4771 | 4786 | ||
4772 | <glossdiv id='var-glossary-w'><title>W</title> | 4787 | <glossdiv id='var-glossary-w'><title>W</title> |
4773 | 4788 | ||
4789 | <glossentry id='var-WARN_QA'><glossterm>WARN_QA</glossterm> | ||
4790 | <glossdef> | ||
4791 | <para> | ||
4792 | Specifies the quality assurance checks whose failures are | ||
4793 | reported as warnings by the OpenEmbedded build system. | ||
4794 | You set this variable in your distribution configuration | ||
4795 | file. | ||
4796 | For a list of the checks you can control with this variable, | ||
4797 | see the | ||
4798 | "<link linkend='ref-classes-insane'><filename>insane.bbclass</filename></link>" | ||
4799 | section. | ||
4800 | </para> | ||
4801 | </glossdef> | ||
4802 | </glossentry> | ||
4803 | |||
4774 | <glossentry id='var-WORKDIR'><glossterm>WORKDIR</glossterm> | 4804 | <glossentry id='var-WORKDIR'><glossterm>WORKDIR</glossterm> |
4775 | <glossdef> | 4805 | <glossdef> |
4776 | <para> | 4806 | <para> |