diff options
Diffstat (limited to 'documentation/overview-manual/concepts.rst')
-rw-r--r-- | documentation/overview-manual/concepts.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index ae35687ee5..065d9586c6 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst | |||
@@ -1372,15 +1372,15 @@ associated with an extensible SDK: | |||
1372 | Specifies whether or not the toolchain is included when building the | 1372 | Specifies whether or not the toolchain is included when building the |
1373 | extensible SDK. | 1373 | extensible SDK. |
1374 | 1374 | ||
1375 | - :term:`SDK_LOCAL_CONF_WHITELIST`: | 1375 | - :term:`ESDK_LOCALCONF_ALLOW`: |
1376 | A list of variables allowed through from the build system | 1376 | A list of variables allowed through from the build system |
1377 | configuration into the extensible SDK configuration. | 1377 | configuration into the extensible SDK configuration. |
1378 | 1378 | ||
1379 | - :term:`SDK_LOCAL_CONF_BLACKLIST`: | 1379 | - :term:`ESDK_LOCALCONF_REMOVE`: |
1380 | A list of variables not allowed through from the build system | 1380 | A list of variables not allowed through from the build system |
1381 | configuration into the extensible SDK configuration. | 1381 | configuration into the extensible SDK configuration. |
1382 | 1382 | ||
1383 | - :term:`SDK_INHERIT_BLACKLIST`: | 1383 | - :term:`ESDK_CLASS_INHERIT_DISABLE`: |
1384 | A list of classes to remove from the | 1384 | A list of classes to remove from the |
1385 | :term:`INHERIT` value globally | 1385 | :term:`INHERIT` value globally |
1386 | within the extensible SDK configuration. | 1386 | within the extensible SDK configuration. |
@@ -1722,7 +1722,7 @@ it construct the basehash. The following statement effectively results | |||
1722 | in a list of global variable dependency excludes (i.e. variables never | 1722 | in a list of global variable dependency excludes (i.e. variables never |
1723 | included in any checksum):: | 1723 | included in any checksum):: |
1724 | 1724 | ||
1725 | BB_HASHBASE_WHITELIST ?= "TMPDIR FILE PATH PWD BB_TASKHASH BBPATH DL_DIR \\ | 1725 | BB_BASEHASH_IGNORE_VARS ?= "TMPDIR FILE PATH PWD BB_TASKHASH BBPATH DL_DIR \\ |
1726 | SSTATE_DIR THISDIR FILESEXTRAPATHS FILE_DIRNAME HOME LOGNAME SHELL TERM \\ | 1726 | SSTATE_DIR THISDIR FILESEXTRAPATHS FILE_DIRNAME HOME LOGNAME SHELL TERM \\ |
1727 | USER FILESPATH STAGING_DIR_HOST STAGING_DIR_TARGET COREBASE PRSERV_HOST \\ | 1727 | USER FILESPATH STAGING_DIR_HOST STAGING_DIR_TARGET COREBASE PRSERV_HOST \\ |
1728 | PRSERV_DUMPDIR PRSERV_DUMPFILE PRSERV_LOCKDOWN PARALLEL_MAKE \\ | 1728 | PRSERV_DUMPDIR PRSERV_DUMPFILE PRSERV_LOCKDOWN PARALLEL_MAKE \\ |