ref-manual: Updated the UNKNOWN_CONFIGURE_WHITELIST variable.

Added information to note when it is used (insane.bbclass) and only
if the recipe inherits the autotools.bbclass.

Fixes [YOCTO #7755]

(From yocto-docs rev: eeb3006e0a440464af89e336b9eff0ea60702601)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2015-05-26 16:33:15 -06:00 committed by Richard Purdie
parent 5644756bc7
commit 9325599603
1 changed files with 10 additions and 0 deletions

View File

@ -13549,6 +13549,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
For these cases, the options are added to
<filename>UNKNOWN_CONFIGURE_WHITELIST</filename>.
</para>
<para>
The test for
<filename>UNKNOWN_CONFIGURE_WHITELIST</filename> is part
of the
<link linkend='ref-classes-insane'><filename>insane</filename></link>
class and is only enabled if the recipe inherits the
<link linkend='ref-classes-autotools'><filename>autotools</filename></link>
class.
</para>
</glossdef>
</glossentry>