summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-04-09 13:15:15 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-13 23:57:14 +0100
commit2cddc6946084cea479eb27862a66466d36e66acd (patch)
tree464540b040e715e3762db8c9b1e8e8d9b594386c /documentation
parent411022f8dd1379d870cd7714ff2f2dd463ee6e7c (diff)
downloadpoky-2cddc6946084cea479eb27862a66466d36e66acd.tar.gz
ref-manual/ref-variables: add INSANE_SKIP
Added quotes around the section head for the cross reference. Made some sentences present tense rather than future tense. Shortened a sentence. (From yocto-docs rev: 77f8a2778e5880928cc79e56636a12a39f25492a) 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')
-rw-r--r--documentation/ref-manual/ref-variables.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index a3f0c1b87a..3ed966f377 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -1530,6 +1530,28 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
1530 </glossdef> 1530 </glossdef>
1531 </glossentry> 1531 </glossentry>
1532 1532
1533 <glossentry id='var-INSANE_SKIP'><glossterm>INSANE_SKIP</glossterm>
1534 <glossdef>
1535 <para>
1536 Specifies the QA checks to skip for a specific package
1537 within a recipe.
1538 For example, to skip the check for symbolic link
1539 <filename>.so</filename> files in the main package of a
1540 recipe, add the following to the recipe.
1541 In this example, the package name override
1542 <filename>${PN}</filename> must be used:
1543 <literallayout class='monospaced'>
1544 INSANE_SKIP_${PN} += "dev-so"
1545 </literallayout>
1546 </para>
1547 <para>
1548 See the "<link linkend='ref-classes-insane'>Generated Output Quality Assurance Checks - <filename>insane.bbclass</filename></link>"
1549 section for a list of the valid QA checks you can
1550 specify using this variable.
1551 </para>
1552 </glossdef>
1553 </glossentry>
1554
1533 1555
1534 </glossdiv> 1556 </glossdiv>
1535 1557