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" + INSANE_SKIP + + + Specifies the QA checks to skip for a specific package + within a recipe. + For example, to skip the check for symbolic link + .so files in the main package of a + recipe, add the following to the recipe. + In this example, the package name override + ${PN} must be used: + + INSANE_SKIP_${PN} += "dev-so" + + + + See the "Generated Output Quality Assurance Checks - insane.bbclass" + section for a list of the valid QA checks you can + specify using this variable. + + + +