From b298bb586ead6e4e56663a2eec9a7bdf326d68f1 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 11 Jul 2018 14:50:34 -0700 Subject: ref-manual: Updated the SDK_LOCAL_CONF_BLACKLIST variable description Added more detail including the class that sets the default variables for exclusion and the list of actual variables that are excluded by default. (From yocto-docs rev: 7764a54add2911c2da8174e48e4d3166a873d63a) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) (limited to 'documentation/ref-manual') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 1c55a92d15..eeb2da8ddd 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -12193,11 +12193,30 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - A list of variables not allowed through from the build - system configuration into the extensible SDK configuration. + A list of variables not allowed through from the + OpenEmbedded build system configuration into the extensible + SDK configuration. Usually, these are variables that are specific to the machine on which the build system is running and thus would be potentially problematic within the extensible SDK. + + + By default, + SDK_LOCAL_CONF_BLACKLIST is set in the + populate-sdk-ext + class and excludes the following variables: + + CONF_VERSION + BB_NUMBER_THREADS + BB_NUMBER_PARSE_THREADS + PARALLEL_MAKE + PRSERV_HOST + SSTATE_MIRRORS + DL_DIR + SSTATE_DIR + TMPDIR + BB_SERVER_TIMEOUT + -- cgit v1.2.3-54-g00ecf