diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-12-03 22:38:38 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-09 12:21:27 +0000 |
commit | af6f5d821d39b50c3c4b45a593324346fce0d723 (patch) | |
tree | 872369e16adfff81fc49b7e8f550cae8905916b7 /documentation/brief-yoctoprojectqs/index.rst | |
parent | c684a7a6d50754d577e0ff68a6fb6ed493b8f93e (diff) | |
download | poky-af6f5d821d39b50c3c4b45a593324346fce0d723.tar.gz |
dev-manual: remove 'dev-manual' 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: 00a9244587e2e63f2a5197ed0dfc89cb330f9275)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/brief-yoctoprojectqs/index.rst')
-rw-r--r-- | documentation/brief-yoctoprojectqs/index.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst index c1b78d0f59..51f684af01 100644 --- a/documentation/brief-yoctoprojectqs/index.rst +++ b/documentation/brief-yoctoprojectqs/index.rst | |||
@@ -20,7 +20,7 @@ build a reference embedded OS called Poky. | |||
20 | (:term:`Build Host`) is not | 20 | (:term:`Build Host`) is not |
21 | a native Linux system, you can still perform these steps by using | 21 | a native Linux system, you can still perform these steps by using |
22 | CROss PlatformS (CROPS) and setting up a Poky container. See the | 22 | CROss PlatformS (CROPS) and setting up a Poky container. See the |
23 | :ref:`dev-manual/dev-manual-start:setting up to use cross platforms (crops)` | 23 | :ref:`dev-manual/start:setting up to use cross platforms (crops)` |
24 | section | 24 | section |
25 | in the Yocto Project Development Tasks Manual for more | 25 | in the Yocto Project Development Tasks Manual for more |
26 | information. | 26 | information. |
@@ -34,7 +34,7 @@ build a reference embedded OS called Poky. | |||
34 | compatible but not officially supported nor validated with | 34 | compatible but not officially supported nor validated with |
35 | WSLv2, if you still decide to use WSL please upgrade to WSLv2. | 35 | WSLv2, if you still decide to use WSL please upgrade to WSLv2. |
36 | 36 | ||
37 | See the :ref:`dev-manual/dev-manual-start:setting up to use windows | 37 | See the :ref:`dev-manual/start:setting up to use windows |
38 | subsystem for linux (wslv2)` section in the Yocto Project Development | 38 | subsystem for linux (wslv2)` section in the Yocto Project Development |
39 | Tasks Manual for more information. | 39 | Tasks Manual for more information. |
40 | 40 | ||
@@ -55,7 +55,7 @@ following requirements: | |||
55 | :ref:`ref-manual/ref-system-requirements:supported linux distributions` | 55 | :ref:`ref-manual/ref-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/dev-manual-start:preparing the build host` | 58 | :ref:`dev-manual/start:preparing the build host` |
59 | section in the Yocto Project Development Tasks Manual. | 59 | section in the Yocto Project Development Tasks Manual. |
60 | 60 | ||
61 | - | 61 | - |
@@ -145,7 +145,7 @@ branch at the time of the Yocto Project &DISTRO_REL_TAG; release. | |||
145 | 145 | ||
146 | For more options and information about accessing Yocto Project related | 146 | For more options and information about accessing Yocto Project related |
147 | repositories, see the | 147 | repositories, see the |
148 | :ref:`dev-manual/dev-manual-start:locating yocto project source files` | 148 | :ref:`dev-manual/start:locating yocto project source files` |
149 | section in the Yocto Project Development Tasks Manual. | 149 | section in the Yocto Project Development Tasks Manual. |
150 | 150 | ||
151 | Building Your Image | 151 | Building Your Image |
@@ -257,7 +257,7 @@ an entire Linux distribution, including the toolchain, from source. | |||
257 | $ runqemu qemux86-64 | 257 | $ runqemu qemux86-64 |
258 | 258 | ||
259 | If you want to learn more about running QEMU, see the | 259 | If you want to learn more about running QEMU, see the |
260 | :ref:`dev-manual/dev-manual-qemu:using the quick emulator (qemu)` chapter in | 260 | :ref:`dev-manual/qemu:using the quick emulator (qemu)` chapter in |
261 | the Yocto Project Development Tasks Manual. | 261 | the Yocto Project Development Tasks Manual. |
262 | 262 | ||
263 | #. **Exit QEMU:** Exit QEMU by either clicking on the shutdown icon or by typing | 263 | #. **Exit QEMU:** Exit QEMU by either clicking on the shutdown icon or by typing |
@@ -346,7 +346,7 @@ Follow these steps to add a hardware layer: | |||
346 | 346 | ||
347 | You can find | 347 | You can find |
348 | more information on adding layers in the | 348 | more information on adding layers in the |
349 | :ref:`dev-manual/dev-manual-common-tasks:adding a layer using the \`\`bitbake-layers\`\` script` | 349 | :ref:`dev-manual/common-tasks:adding a layer using the \`\`bitbake-layers\`\` script` |
350 | section. | 350 | section. |
351 | 351 | ||
352 | Completing these steps has added the ``meta-altera`` layer to your Yocto | 352 | Completing these steps has added the ``meta-altera`` layer to your Yocto |
@@ -381,7 +381,7 @@ The following commands run the tool to create a layer named | |||
381 | 381 | ||
382 | For more information | 382 | For more information |
383 | on layers and how to create them, see the | 383 | on layers and how to create them, see the |
384 | :ref:`dev-manual/dev-manual-common-tasks:creating a general layer using the \`\`bitbake-layers\`\` script` | 384 | :ref:`dev-manual/common-tasks:creating a general layer using the \`\`bitbake-layers\`\` script` |
385 | section in the Yocto Project Development Tasks Manual. | 385 | section in the Yocto Project Development Tasks Manual. |
386 | 386 | ||
387 | Where To Go Next | 387 | Where To Go Next |