From b679ee15193f1a0b72570f21b3e0c4538714dfa0 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 11 Jul 2018 15:40:25 -0700 Subject: ref-manual: Fixed cross-reference wording in SDK_LOCAL_CONF_WHITELIST Wording did not match that of similar SDK variables. (From yocto-docs rev: 6fab0bbc62e7f9caf020718a4a8fd047b9fb450f) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'documentation') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index c93e671947..1563f48482 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -12256,18 +12256,22 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" By default, the list of variables is empty and is set in the populate-sdk-ext - class. + class. + - This list overrides the variables specified using the + + 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 + + For additional information on how to customize the + extensible SDK's configuration, 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