diff options
| author | Daniel Ammann <daniel.ammann@bytesatwork.ch> | 2023-05-30 08:37:51 +0200 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-05-30 04:11:16 -1000 |
| commit | 2afcf3e39f9016f590e597cee4b71166c982d58d (patch) | |
| tree | d5aa1de8a3791c878fe4cbf6baee327ea97744f5 /documentation | |
| parent | 17955962d7fe918087de77d8cec9ac1e448bf788 (diff) | |
| download | poky-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.rst | 2 |
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 | |||
| 1982 | task hash, and BitBake will be able to retrieve their output from | 1982 | task hash, and BitBake will be able to retrieve their output from |
| 1983 | the Shared State cache, instead of re-executing them. Similarly, the | 1983 | the Shared State cache, instead of re-executing them. Similarly, the |
| 1984 | output of further downstream tasks can also be retrieved from Shared | 1984 | output of further downstream tasks can also be retrieved from Shared |
| 1985 | Shate. | 1985 | State. |
| 1986 | 1986 | ||
| 1987 | If the output hash is unknown, a new entry will be created on the Hash | 1987 | If the output hash is unknown, a new entry will be created on the Hash |
| 1988 | Equivalence server, matching the task hash to that output. | 1988 | Equivalence server, matching the task hash to that output. |
