diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-11-23 18:49:18 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-13 23:31:34 +0000 |
commit | d21c35bd81ffb806e5157a43231f8af92c0ba90a (patch) | |
tree | 606afefe6b6db878d974d6c6850fbe10fd850cb4 /documentation/overview-manual | |
parent | 121f5758ab39b305be2e651f538c8b9a6b4e4a81 (diff) | |
download | poky-d21c35bd81ffb806e5157a43231f8af92c0ba90a.tar.gz |
misc manuals: add further class references
(From yocto-docs rev: 0693f1f8466a118dc707a9c17d5ca528b4ea368a)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual')
-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 89a5eb49fb..33b4071026 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst | |||
@@ -1800,7 +1800,7 @@ type of output occurs when a set of data is merged into a shared | |||
1800 | directory tree such as the sysroot. | 1800 | directory tree such as the sysroot. |
1801 | 1801 | ||
1802 | The Yocto Project team has tried to keep the details of the | 1802 | The Yocto Project team has tried to keep the details of the |
1803 | implementation hidden in ``sstate`` class. From a user's perspective, | 1803 | implementation hidden in the :ref:`sstate <ref-classes-sstate>` class. From a user's perspective, |
1804 | adding shared state wrapping to a task is as simple as this | 1804 | adding shared state wrapping to a task is as simple as this |
1805 | :ref:`ref-tasks-deploy` example taken | 1805 | :ref:`ref-tasks-deploy` example taken |
1806 | from the :ref:`deploy <ref-classes-deploy>` class:: | 1806 | from the :ref:`deploy <ref-classes-deploy>` class:: |