From: Scott Rifenbark Date: Wed, 11 Jul 2018 21:50:34 +0000 (-0700) Subject: ref-manual: Updated the SDK_LOCAL_CONF_BLACKLIST variable description X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=267aa12a2cb0d54121f728d83ddfb2749d20d206;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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: f24287851998d554575c6aaf9dcc50d198931e48) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 24655530102..d901f56fcb3 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -12227,11 +12227,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 +