diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-05-26 16:33:15 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-28 18:02:31 +0100 |
commit | 93255996037bb5b99094528cd06b41b1a3d3652f (patch) | |
tree | cbb8e0aa514b68b33b9c22ec8d2ca1fc8f89cadc /documentation/ref-manual/ref-variables.xml | |
parent | 5644756bc7abe3e4bc82ba28af1bce58bfd2f2ad (diff) | |
download | poky-93255996037bb5b99094528cd06b41b1a3d3652f.tar.gz |
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>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 1f7604ba64..eaa5f4e490 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -13549,6 +13549,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
13549 | For these cases, the options are added to | 13549 | For these cases, the options are added to |
13550 | <filename>UNKNOWN_CONFIGURE_WHITELIST</filename>. | 13550 | <filename>UNKNOWN_CONFIGURE_WHITELIST</filename>. |
13551 | </para> | 13551 | </para> |
13552 | |||
13553 | <para> | ||
13554 | The test for | ||
13555 | <filename>UNKNOWN_CONFIGURE_WHITELIST</filename> is part | ||
13556 | of the | ||
13557 | <link linkend='ref-classes-insane'><filename>insane</filename></link> | ||
13558 | class and is only enabled if the recipe inherits the | ||
13559 | <link linkend='ref-classes-autotools'><filename>autotools</filename></link> | ||
13560 | class. | ||
13561 | </para> | ||
13552 | </glossdef> | 13562 | </glossdef> |
13553 | </glossentry> | 13563 | </glossentry> |
13554 | 13564 | ||