diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-10-13 08:42:10 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-01 19:20:29 +0000 |
commit | 55621c31f1edbdb2f3d72e80916fed031e2ba298 (patch) | |
tree | 49499b82a28ed611fb478605e11fa173294f1e87 /documentation/overview-manual | |
parent | 7ecd9877e6a1b235070d6feba59a3840ebbc5255 (diff) | |
download | poky-55621c31f1edbdb2f3d72e80916fed031e2ba298.tar.gz |
manuals: add missing references to classes
Sometimes fixing line length in modified paragraphs too.
[YOCTO #14508]
Reported-by: Quentin Schulz <foss@0leil.net>
(From yocto-docs rev: 885b60f5540849bf19240a01a77efce1d1b5d9f0)
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 c495e4cc41..386a9e09d5 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst | |||
@@ -921,7 +921,7 @@ the analysis and package splitting process use several areas: | |||
921 | - :term:`STAGING_DIR_TARGET`: | 921 | - :term:`STAGING_DIR_TARGET`: |
922 | The path for the sysroot used when a component that is built to | 922 | The path for the sysroot used when a component that is built to |
923 | execute on a system and it generates code for yet another machine | 923 | execute on a system and it generates code for yet another machine |
924 | (e.g. cross-canadian recipes). | 924 | (e.g. :ref:`cross-canadian <ref-classes-cross-canadian>` recipes). |
925 | 925 | ||
926 | The :term:`FILES` variable defines the | 926 | The :term:`FILES` variable defines the |
927 | files that go into each package in | 927 | files that go into each package in |