diff options
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 26 |
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." |