From ec068fe58295ae59c89ffb6f99cb0231e76d8b66 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 15 May 2015 12:04:29 -0600 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) 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."