diff options
-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. |