diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-12-03 22:38:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-09 12:21:27 +0000 |
commit | b70318797c598db4cfda28226ac4c535235c9d1b (patch) | |
tree | 4f9c7f2cebb12356270779fbeb6b2f44f68622f0 /documentation/dev-manual/start.rst | |
parent | 79fecb25e15178ad1a0f56233a2d514340c14ab5 (diff) | |
download | poky-b70318797c598db4cfda28226ac4c535235c9d1b.tar.gz |
ref-manual: remove 'ref' from filenames
All filenames duplicate the 'manual name', which is not needed, and
make all references longer than they should. Rename all files to be as
consise as possible, and fix all references
(From yocto-docs rev: bb7e4783f45a5f67e6e4b39968f3512f43738833)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/start.rst')
-rw-r--r-- | documentation/dev-manual/start.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/start.rst b/documentation/dev-manual/start.rst index 6fad4c9b4c..03061a79f3 100644 --- a/documentation/dev-manual/start.rst +++ b/documentation/dev-manual/start.rst | |||
@@ -325,7 +325,7 @@ Project Build Host: | |||
325 | If your build host does not meet any of these three listed version | 325 | If your build host does not meet any of these three listed version |
326 | requirements, you can take steps to prepare the system so that you | 326 | requirements, you can take steps to prepare the system so that you |
327 | can still use the Yocto Project. See the | 327 | can still use the Yocto Project. See the |
328 | ":ref:`ref-manual/ref-system-requirements:required git, tar, python and gcc versions`" | 328 | ":ref:`ref-manual/system-requirements:required git, tar, python and gcc versions`" |
329 | section in the Yocto Project Reference Manual for information. | 329 | section in the Yocto Project Reference Manual for information. |
330 | 330 | ||
331 | 4. *Install Development Host Packages:* Required development host | 331 | 4. *Install Development Host Packages:* Required development host |
@@ -334,7 +334,7 @@ Project Build Host: | |||
334 | is large if you want to be able to cover all cases. | 334 | is large if you want to be able to cover all cases. |
335 | 335 | ||
336 | For lists of required packages for all scenarios, see the | 336 | For lists of required packages for all scenarios, see the |
337 | ":ref:`ref-manual/ref-system-requirements:required packages for the build host`" | 337 | ":ref:`ref-manual/system-requirements:required packages for the build host`" |
338 | section in the Yocto Project Reference Manual. | 338 | section in the Yocto Project Reference Manual. |
339 | 339 | ||
340 | Once you have completed the previous steps, you are ready to continue | 340 | Once you have completed the previous steps, you are ready to continue |