From 6745cc9b8a42526b603beddff7c6d5967fe59e5b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 11 Jul 2018 15:09:07 -0700 Subject: ref-manual: Updated the SDK_LOCAL_CONF_WHITELIST variable description Enhanced this description by indicating the class that it is set in and by including a pointer back into the sdk-manual where filters are described for extending the extensible SDK. (From yocto-docs rev: 22dcaf2c75532f45111b79db067edfc92212441e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'documentation') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index eeb2da8ddd..8784ebf1b4 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -12228,15 +12228,27 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - A list of variables allowed through from the build system - configuration into the extensible SDK configuration. - This list overrides the variables specified using the + A list of variables allowed through from the OpenEmbedded + build system configuration into the extensible SDK + configuration. + By default, the list of variables is empty and is set in + the + populate-sdk-ext + class. + + This list overrides the variables specified using the SDK_LOCAL_CONF_BLACKLIST variable as well as any variables identified by automatic blacklisting due to the "/" character being found at the start of the value, which is usually indicative of being a path and thus might not be valid on the system where the - SDK is installed. + SDK is installed. + + For more information on + SDK_LOCAL_CONF_WHITELIST, see the + "Configuring the Extensible SDK" + section in the Yocto Project Application Development and + the Extensible Software Development Kit (eSDK) manual. -- cgit v1.2.3-54-g00ecf