summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/concepts.rst
diff options
context:
space:
mode:
authorDaniel Ammann <daniel.ammann@bytesatwork.ch>2023-05-30 08:37:51 +0200
committerSteve Sakoman <steve@sakoman.com>2023-05-31 04:08:11 -1000
commit58b051a556b8059d15842b3aff8275f15376f3de (patch)
treedde4d5abbdb03f08193ce03da70b55490c61993d /documentation/overview-manual/concepts.rst
parent5885a452a6bbb180ce3c410f3fd3a434429986a2 (diff)
downloadpoky-58b051a556b8059d15842b3aff8275f15376f3de.tar.gz
overview-manual: concepts.rst: Fix a typo
(From yocto-docs rev: 5df143f42b60f955cd76a4ad2ff6efceca1d725a) Signed-off-by: Daniel Ammann <daniel.ammann@bytesatwork.ch> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/overview-manual/concepts.rst')
-rw-r--r--documentation/overview-manual/concepts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst
index 6db515e500..668e002565 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -1941,7 +1941,7 @@ Thanks to this, the depending tasks will keep a previously recorded
1941task hash, and BitBake will be able to retrieve their output from 1941task hash, and BitBake will be able to retrieve their output from
1942the Shared State cache, instead of re-executing them. Similarly, the 1942the Shared State cache, instead of re-executing them. Similarly, the
1943output of further downstream tasks can also be retrieved from Shared 1943output of further downstream tasks can also be retrieved from Shared
1944Shate. 1944State.
1945 1945
1946If the output hash is unknown, a new entry will be created on the Hash 1946If the output hash is unknown, a new entry will be created on the Hash
1947Equivalence server, matching the task hash to that output. 1947Equivalence server, matching the task hash to that output.