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" + UNKNOWN_CONFIGURE_WHITELIST + + 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." + + + + + 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. + Normally, invalid configure options are simply not passed + to the configure script (e.g. should be removed from + EXTRA_OECONF). + However, common options, for example, exist that are passed + to all configure scripts at a class level that might not + be valid for some configure scripts. + It follows that no benefit exists in seeing a warning about + these options. + For these cases, the options are added to + UNKNOWN_CONFIGURE_WHITELIST. + + + + UPDATERCPN UPDATERCPN[doc] = "Specifies the package that contains the initscript that is to be enabled."