summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
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:21 +0100
commitdc449a2ef5a4a846d421ba288fb367ebea808d54 (patch)
treeb5fee7d66904789780cc0303384edf55a4aa35c7 /documentation/ref-manual
parenteb4d0afa6841c787f20942b4e132e04e3dd888a5 (diff)
downloadpoky-dc449a2ef5a4a846d421ba288fb367ebea808d54.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/ref-manual')
-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