summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-04-09 11:42:23 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-13 23:57:14 +0100
commit411022f8dd1379d870cd7714ff2f2dd463ee6e7c (patch)
tree438e615e0a4778b2be94cf088902f12cbf3d15ca /documentation/ref-manual/ref-classes.xml
parent0ffd01f835d8a0c568e888fe60db52ff8a45b087 (diff)
downloadast2050-yocto-poky-411022f8dd1379d870cd7714ff2f2dd463ee6e7c.zip
ast2050-yocto-poky-411022f8dd1379d870cd7714ff2f2dd463ee6e7c.tar.gz
ref-manual/ref-classes: add note to insane.bbclass section on INSANE_SKIP
Performed a few edits to clean up some sentences. Broke one long sentence up into two. (From yocto-docs rev: 7641113906e062b751abb5366827fe302ec4a2b9) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> 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-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 9f344a6..3abf3e7 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -584,6 +584,25 @@
the specification for <filename>.desktop</filename> files.</para></listitem>
</itemizedlist>
</para>
+ <note>
+ You can use the <filename>WARN_QA</filename> and
+ <filename>ERROR_QA</filename> variables to control the behavior of
+ these checks at the global level (i.e. in your custom distro
+ configuration).
+ However, to skip one or more checks in recipes, you should use
+ <filename>INSANE_SKIP</filename>.
+ For example, to skip the check for symbolic link
+ <filename>.so</filename> files in the main package of a recipe,
+ add the following to the recipe.
+ You need to realize that the package name override, in this example
+ <filename>${PN}</filename>, must be used:
+ <literallayout class='monospaced'>
+ INSANE_SKIP_${PN} += "dev-so"
+ </literallayout>
+ Please keep in mind that the QA checks exist in order to detect real
+ or potential problems in the packaged output.
+ So exercise caution when disabling these checks.
+ </note>
</section>
<section id='ref-classes-rm-work'>
OpenPOWER on IntegriCloud