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 +