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/brief-yoctoprojectqs | |
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/brief-yoctoprojectqs')
-rw-r--r-- | documentation/brief-yoctoprojectqs/index.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst index 5dc0bc7924..f077ee843d 100644 --- a/documentation/brief-yoctoprojectqs/index.rst +++ b/documentation/brief-yoctoprojectqs/index.rst | |||
@@ -52,7 +52,7 @@ following requirements: | |||
52 | - Runs a supported Linux distribution (i.e. recent releases of Fedora, | 52 | - Runs a supported Linux distribution (i.e. recent releases of Fedora, |
53 | openSUSE, CentOS, Debian, or Ubuntu). For a list of Linux | 53 | openSUSE, CentOS, Debian, or Ubuntu). For a list of Linux |
54 | distributions that support the Yocto Project, see the | 54 | distributions that support the Yocto Project, see the |
55 | :ref:`ref-manual/ref-system-requirements:supported linux distributions` | 55 | :ref:`ref-manual/system-requirements:supported linux distributions` |
56 | section in the Yocto Project Reference Manual. For detailed | 56 | section in the Yocto Project Reference Manual. For detailed |
57 | information on preparing your build host, see the | 57 | information on preparing your build host, see the |
58 | :ref:`dev-manual/start:preparing the build host` | 58 | :ref:`dev-manual/start:preparing the build host` |
@@ -68,7 +68,7 @@ following requirements: | |||
68 | If your build host does not meet any of these three listed version | 68 | If your build host does not meet any of these three listed version |
69 | requirements, you can take steps to prepare the system so that you | 69 | requirements, you can take steps to prepare the system so that you |
70 | can still use the Yocto Project. See the | 70 | can still use the Yocto Project. See the |
71 | :ref:`ref-manual/ref-system-requirements:required git, tar, python and gcc versions` | 71 | :ref:`ref-manual/system-requirements:required git, tar, python and gcc versions` |
72 | section in the Yocto Project Reference Manual for information. | 72 | section in the Yocto Project Reference Manual for information. |
73 | 73 | ||
74 | Build Host Packages | 74 | Build Host Packages |
@@ -85,7 +85,7 @@ distribution: | |||
85 | .. note:: | 85 | .. note:: |
86 | 86 | ||
87 | For host package requirements on all supported Linux distributions, | 87 | For host package requirements on all supported Linux distributions, |
88 | see the :ref:`ref-manual/ref-system-requirements:required packages for the build host` | 88 | see the :ref:`ref-manual/system-requirements:required packages for the build host` |
89 | section in the Yocto Project Reference Manual. | 89 | section in the Yocto Project Reference Manual. |
90 | 90 | ||
91 | Use Git to Clone Poky | 91 | Use Git to Clone Poky |
@@ -169,7 +169,7 @@ an entire Linux distribution, including the toolchain, from source. | |||
169 | page of the Yocto Project Wiki. | 169 | page of the Yocto Project Wiki. |
170 | 170 | ||
171 | #. **Initialize the Build Environment:** From within the ``poky`` | 171 | #. **Initialize the Build Environment:** From within the ``poky`` |
172 | directory, run the :ref:`ref-manual/ref-structure:\`\`oe-init-build-env\`\`` | 172 | directory, run the :ref:`ref-manual/structure:\`\`oe-init-build-env\`\`` |
173 | environment | 173 | environment |
174 | setup script to define Yocto Project's build environment on your | 174 | setup script to define Yocto Project's build environment on your |
175 | build host. | 175 | build host. |