diff options
author | Daniel Ammann <daniel.ammann@bytesatwork.ch> | 2023-05-30 08:37:51 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-02 16:42:46 +0100 |
commit | 53c035e5e3848c81b0a18fc888a5d38daa19944d (patch) | |
tree | 45b05844e0d89525586d6d903a32a22423228a6e /documentation | |
parent | fcaf9c6887b562c3e1d01ae10888c2b96f88b91e (diff) | |
download | poky-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.rst | 2 |
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 | |||
1941 | task hash, and BitBake will be able to retrieve their output from | 1941 | task hash, and BitBake will be able to retrieve their output from |
1942 | the Shared State cache, instead of re-executing them. Similarly, the | 1942 | the Shared State cache, instead of re-executing them. Similarly, the |
1943 | output of further downstream tasks can also be retrieved from Shared | 1943 | output of further downstream tasks can also be retrieved from Shared |
1944 | Shate. | 1944 | State. |
1945 | 1945 | ||
1946 | If the output hash is unknown, a new entry will be created on the Hash | 1946 | If the output hash is unknown, a new entry will be created on the Hash |
1947 | Equivalence server, matching the task hash to that output. | 1947 | Equivalence server, matching the task hash to that output. |