summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-05-26 16:33:15 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-10-21 23:11:38 +0100
commit6c97739acb7525f649b06558656767ab9ae72bec (patch)
tree3ccc864189b80b1553e89afc38f85cc2c9897810
parent0120391b046dc61d35b3250a47f226f52887d727 (diff)
downloadpoky-6c97739acb7525f649b06558656767ab9ae72bec.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: 1a30a52c90a77990e9fd178837102b7f1978d7e8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/ref-manual/ref-variables.xml10
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