summaryrefslogtreecommitdiffstats
path: root/documentation
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-30 04:11:16 -1000
commit2afcf3e39f9016f590e597cee4b71166c982d58d (patch)
treed5aa1de8a3791c878fe4cbf6baee327ea97744f5 /documentation
parent17955962d7fe918087de77d8cec9ac1e448bf788 (diff)
downloadpoky-2afcf3e39f9016f590e597cee4b71166c982d58d.tar.gz
overview-manual: concepts.rst: Fix a typo
(From yocto-docs rev: 8241867b565310341e4741a5f0a7597d5c5c84ab) 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')
-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 065d9586c6..2631e412e5 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -1982,7 +1982,7 @@ Thanks to this, the depending tasks will keep a previously recorded
1982task hash, and BitBake will be able to retrieve their output from 1982task hash, and BitBake will be able to retrieve their output from
1983the Shared State cache, instead of re-executing them. Similarly, the 1983the Shared State cache, instead of re-executing them. Similarly, the
1984output of further downstream tasks can also be retrieved from Shared 1984output of further downstream tasks can also be retrieved from Shared
1985Shate. 1985State.
1986 1986
1987If the output hash is unknown, a new entry will be created on the Hash 1987If the output hash is unknown, a new entry will be created on the Hash
1988Equivalence server, matching the task hash to that output. 1988Equivalence server, matching the task hash to that output.