summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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