summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-05-15 12:04:29 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-28 18:02:29 +0100
commitec068fe58295ae59c89ffb6f99cb0231e76d8b66 (patch)
tree84d2957615276a18a9ac84972f6726448745bec2 /documentation
parent744893b5d248f6b5257860d8c9f5981ba0ae0b6b (diff)
downloadpoky-ec068fe58295ae59c89ffb6f99cb0231e76d8b66.tar.gz
ref-manual: Added new variable description UNKNOWN_CONFIGURE_WHITELIST
Fixes [YOCTO #7755] Added a new description for this variable. Based it on information given to me by Paul Eggleton. (From yocto-docs rev: eb0101027ed18b6bae2d80166b73b41ee1ebeb9f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 131babf4bf..3bc5627c72 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -13552,6 +13552,32 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
13552 </glossdef> 13552 </glossdef>
13553 </glossentry> 13553 </glossentry>
13554 13554
13555 <glossentry id='var-UNKNOWN_CONFIGURE_WHITELIST'><glossterm>UNKNOWN_CONFIGURE_WHITELIST</glossterm>
13556 <info>
13557 UNKNOWN_CONFIGURE_WHITELIST[doc] = "Specifies a list of options that, if reported by the configure script as being invalid, should not generate a warning during the do_configure task."
13558 </info>
13559 <glossdef>
13560 <para role="glossdeffirst">
13561<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
13562 Specifies a list of options that, if reported by the
13563 configure script as being invalid, should not generate a
13564 warning during the
13565 <link linkend='ref-tasks-configure'><filename>do_configure</filename></link>
13566 task.
13567 Normally, invalid configure options are simply not passed
13568 to the configure script (e.g. should be removed from
13569 <link linkend='var-EXTRA_OECONF'><filename>EXTRA_OECONF</filename></link>).
13570 However, common options, for example, exist that are passed
13571 to all configure scripts at a class level that might not
13572 be valid for some configure scripts.
13573 It follows that no benefit exists in seeing a warning about
13574 these options.
13575 For these cases, the options are added to
13576 <filename>UNKNOWN_CONFIGURE_WHITELIST</filename>.
13577 </para>
13578 </glossdef>
13579 </glossentry>
13580
13555 <glossentry id='var-UPDATERCPN'><glossterm>UPDATERCPN</glossterm> 13581 <glossentry id='var-UPDATERCPN'><glossterm>UPDATERCPN</glossterm>
13556 <info> 13582 <info>
13557 UPDATERCPN[doc] = "Specifies the package that contains the initscript that is to be enabled." 13583 UPDATERCPN[doc] = "Specifies the package that contains the initscript that is to be enabled."