summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorDaniel Ammann <daniel.ammann@bytesatwork.ch>2023-05-30 08:37:51 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-06-02 16:42:46 +0100
commit53c035e5e3848c81b0a18fc888a5d38daa19944d (patch)
tree45b05844e0d89525586d6d903a32a22423228a6e /documentation
parentfcaf9c6887b562c3e1d01ae10888c2b96f88b91e (diff)
downloadpoky-53c035e5e3848c81b0a18fc888a5d38daa19944d.tar.gz
overview-manual: concepts.rst: Fix a typo
(From yocto-docs rev: 8a940247c32bf24f6b5fdd0c6559d6d9c2708cd6) Signed-off-by: Daniel Ammann <daniel.ammann@bytesatwork.ch> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 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.