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. The package name override must be used, which in this example is ${PN}:

レシピ内の指定したパッケージの QA のチェックをスキップします。たとえば、レシピのメインパッケージ内のシンボリックリンク .so ファイルのチェックをスキップするには、レシピに次の行を追加します。 パッケージ名のオーバーライドを使う必要があります。この例では ${PN} です。

INSANE_SKIP_${PN} += "dev-so"

See the "insane.bbclass" section for a list of the valid QA checks you can specify using this variable.

この変数で指定できる QA のチェック項目は、"insane.bbclass" セクションを参照してください。