diff options
| author | Daniel Ammann <daniel.ammann@bytesatwork.ch> | 2023-05-30 08:37:51 +0200 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-05-31 04:08:11 -1000 |
| commit | 58b051a556b8059d15842b3aff8275f15376f3de (patch) | |
| tree | dde4d5abbdb03f08193ce03da70b55490c61993d /documentation | |
| parent | 5885a452a6bbb180ce3c410f3fd3a434429986a2 (diff) | |
| download | poky-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')
| -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. |
