summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/concepts.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/overview-manual/concepts.rst')
-rw-r--r--documentation/overview-manual/concepts.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst
index 6377ebc000..4f8e6cb041 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -1250,11 +1250,9 @@ download or setscene task fails, the build system then tries to install
1250dependencies, such as the compiler, from the cache. 1250dependencies, such as the compiler, from the cache.
1251 1251
1252The availability of objects in the sstate cache is handled by the 1252The availability of objects in the sstate cache is handled by the
1253function specified by the 1253function specified by the :term:`BB_HASHCHECK_FUNCTION`
1254:term:`bitbake:BB_HASHCHECK_FUNCTION`
1255variable and returns a list of available objects. The function specified 1254variable and returns a list of available objects. The function specified
1256by the 1255by the :term:`BB_SETSCENE_DEPVALID`
1257:term:`bitbake:BB_SETSCENE_DEPVALID`
1258variable is the function that determines whether a given dependency 1256variable is the function that determines whether a given dependency
1259needs to be followed, and whether for any given relationship the 1257needs to be followed, and whether for any given relationship the
1260function needs to be passed. The function returns a True or False value. 1258function needs to be passed. The function returns a True or False value.