diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-12-03 22:38:42 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-09 12:21:27 +0000 |
commit | 79fecb25e15178ad1a0f56233a2d514340c14ab5 (patch) | |
tree | d15c56dd306be00c8fe441de50d8e123671380fb /documentation/dev-manual | |
parent | 3240a59758e918afa79d14c961492d6f98cc3d85 (diff) | |
download | poky-79fecb25e15178ad1a0f56233a2d514340c14ab5.tar.gz |
sdk-manual: remove 'sdk' 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: bd8c0f7fc09a39a8bbde1c05b51693955738e148)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/common-tasks.rst | 8 | ||||
-rw-r--r-- | documentation/dev-manual/qemu.rst | 4 | ||||
-rw-r--r-- | documentation/dev-manual/start.rst | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst index abeb1ed9c3..6c4220dd58 100644 --- a/documentation/dev-manual/common-tasks.rst +++ b/documentation/dev-manual/common-tasks.rst | |||
@@ -1119,7 +1119,7 @@ necessary when adding a recipe to build a new piece of software to be | |||
1119 | included in a build. | 1119 | included in a build. |
1120 | 1120 | ||
1121 | You can find a complete description of the ``devtool add`` command in | 1121 | You can find a complete description of the ``devtool add`` command in |
1122 | the ":ref:`sdk-manual/sdk-extensible:a closer look at \`\`devtool add\`\``" section | 1122 | the ":ref:`sdk-manual/extensible:a closer look at \`\`devtool add\`\``" section |
1123 | in the Yocto Project Application Development and the Extensible Software | 1123 | in the Yocto Project Application Development and the Extensible Software |
1124 | Development Kit (eSDK) manual. | 1124 | Development Kit (eSDK) manual. |
1125 | 1125 | ||
@@ -3129,7 +3129,7 @@ As mentioned earlier, an alternative method for upgrading recipes to | |||
3129 | newer versions is to use | 3129 | newer versions is to use |
3130 | :doc:`devtool upgrade </ref-manual/ref-devtool-reference>`. | 3130 | :doc:`devtool upgrade </ref-manual/ref-devtool-reference>`. |
3131 | You can read about ``devtool upgrade`` in general in the | 3131 | You can read about ``devtool upgrade`` in general in the |
3132 | ":ref:`sdk-manual/sdk-extensible:use \`\`devtool upgrade\`\` to create a version of the recipe that supports a newer version of the software`" | 3132 | ":ref:`sdk-manual/extensible:use \`\`devtool upgrade\`\` to create a version of the recipe that supports a newer version of the software`" |
3133 | section in the Yocto Project Application Development and the Extensible | 3133 | section in the Yocto Project Application Development and the Extensible |
3134 | Software Development Kit (eSDK) Manual. | 3134 | Software Development Kit (eSDK) Manual. |
3135 | 3135 | ||
@@ -3413,7 +3413,7 @@ form of a patch all using Quilt. | |||
3413 | 3413 | ||
3414 | With regard to preserving changes to source files, if you clean a | 3414 | With regard to preserving changes to source files, if you clean a |
3415 | recipe or have ``rm_work`` enabled, the | 3415 | recipe or have ``rm_work`` enabled, the |
3416 | :ref:`devtool workflow <sdk-manual/sdk-extensible:using \`\`devtool\`\` in your sdk workflow>` | 3416 | :ref:`devtool workflow <sdk-manual/extensible:using \`\`devtool\`\` in your sdk workflow>` |
3417 | as described in the Yocto Project Application Development and the | 3417 | as described in the Yocto Project Application Development and the |
3418 | Extensible Software Development Kit (eSDK) manual is a safer | 3418 | Extensible Software Development Kit (eSDK) manual is a safer |
3419 | development flow than the flow that uses Quilt. | 3419 | development flow than the flow that uses Quilt. |
@@ -3647,7 +3647,7 @@ build host running Linux. | |||
3647 | :doc:`/toaster-manual/index`. | 3647 | :doc:`/toaster-manual/index`. |
3648 | 3648 | ||
3649 | - For information on how to use ``devtool`` to build images, see the | 3649 | - For information on how to use ``devtool`` to build images, see the |
3650 | ":ref:`sdk-manual/sdk-extensible:using \`\`devtool\`\` in your sdk workflow`" | 3650 | ":ref:`sdk-manual/extensible:using \`\`devtool\`\` in your sdk workflow`" |
3651 | section in the Yocto Project Application Development and the | 3651 | section in the Yocto Project Application Development and the |
3652 | Extensible Software Development Kit (eSDK) manual. | 3652 | Extensible Software Development Kit (eSDK) manual. |
3653 | 3653 | ||
diff --git a/documentation/dev-manual/qemu.rst b/documentation/dev-manual/qemu.rst index 4e58fc1b67..766691b97b 100644 --- a/documentation/dev-manual/qemu.rst +++ b/documentation/dev-manual/qemu.rst | |||
@@ -46,7 +46,7 @@ available. Follow these general steps to run QEMU: | |||
46 | 46 | ||
47 | 1. *Install QEMU:* QEMU is made available with the Yocto Project a | 47 | 1. *Install QEMU:* QEMU is made available with the Yocto Project a |
48 | number of ways. One method is to install a Software Development Kit | 48 | number of ways. One method is to install a Software Development Kit |
49 | (SDK). See ":ref:`sdk-manual/sdk-intro:the qemu emulator`" section in the | 49 | (SDK). See ":ref:`sdk-manual/intro:the qemu emulator`" section in the |
50 | Yocto Project Application Development and the Extensible Software | 50 | Yocto Project Application Development and the Extensible Software |
51 | Development Kit (eSDK) manual for information on how to install QEMU. | 51 | Development Kit (eSDK) manual for information on how to install QEMU. |
52 | 52 | ||
@@ -81,7 +81,7 @@ available. Follow these general steps to run QEMU: | |||
81 | pre-built image that matches your architecture and can be run on | 81 | pre-built image that matches your architecture and can be run on |
82 | QEMU. | 82 | QEMU. |
83 | 83 | ||
84 | See the ":ref:`sdk-manual/sdk-appendix-obtain:extracting the root filesystem`" | 84 | See the ":ref:`sdk-manual/appendix-obtain:extracting the root filesystem`" |
85 | section in the Yocto Project Application Development and the | 85 | section in the Yocto Project Application Development and the |
86 | Extensible Software Development Kit (eSDK) manual for information on | 86 | Extensible Software Development Kit (eSDK) manual for information on |
87 | how to extract a root filesystem. | 87 | how to extract a root filesystem. |
diff --git a/documentation/dev-manual/start.rst b/documentation/dev-manual/start.rst index a26d2a3ead..6fad4c9b4c 100644 --- a/documentation/dev-manual/start.rst +++ b/documentation/dev-manual/start.rst | |||
@@ -342,7 +342,7 @@ using a given development path on your native Linux machine. If you are | |||
342 | going to use BitBake, see the | 342 | going to use BitBake, see the |
343 | ":ref:`dev-manual/start:cloning the \`\`poky\`\` repository`" | 343 | ":ref:`dev-manual/start:cloning the \`\`poky\`\` repository`" |
344 | section. If you are going | 344 | section. If you are going |
345 | to use the Extensible SDK, see the ":doc:`/sdk-manual/sdk-extensible`" Chapter in the Yocto | 345 | to use the Extensible SDK, see the ":doc:`/sdk-manual/extensible`" Chapter in the Yocto |
346 | Project Application Development and the Extensible Software Development | 346 | Project Application Development and the Extensible Software Development |
347 | Kit (eSDK) manual. If you want to work on the kernel, see the :doc:`/kernel-dev/index`. If you are going to use | 347 | Kit (eSDK) manual. If you want to work on the kernel, see the :doc:`/kernel-dev/index`. If you are going to use |
348 | Toaster, see the ":doc:`/toaster-manual/setup-and-use`" | 348 | Toaster, see the ":doc:`/toaster-manual/setup-and-use`" |
@@ -442,7 +442,7 @@ as if you were running on a native Linux machine. If you are going to | |||
442 | use the Poky container, see the | 442 | use the Poky container, see the |
443 | ":ref:`dev-manual/start:cloning the \`\`poky\`\` repository`" | 443 | ":ref:`dev-manual/start:cloning the \`\`poky\`\` repository`" |
444 | section. If you are going to use the Extensible SDK container, see the | 444 | section. If you are going to use the Extensible SDK container, see the |
445 | ":doc:`/sdk-manual/sdk-extensible`" Chapter in the Yocto | 445 | ":doc:`/sdk-manual/extensible`" Chapter in the Yocto |
446 | Project Application Development and the Extensible Software Development | 446 | Project Application Development and the Extensible Software Development |
447 | Kit (eSDK) manual. If you are going to use the Toaster container, see | 447 | Kit (eSDK) manual. If you are going to use the Toaster container, see |
448 | the ":doc:`/toaster-manual/setup-and-use`" | 448 | the ":doc:`/toaster-manual/setup-and-use`" |
@@ -557,7 +557,7 @@ your Yocto Project build host: | |||
557 | 557 | ||
558 | Once you have WSLv2 set up, everything is in place to develop just as if | 558 | Once you have WSLv2 set up, everything is in place to develop just as if |
559 | you were running on a native Linux machine. If you are going to use the | 559 | you were running on a native Linux machine. If you are going to use the |
560 | Extensible SDK container, see the ":doc:`/sdk-manual/sdk-extensible`" Chapter in the Yocto | 560 | Extensible SDK container, see the ":doc:`/sdk-manual/extensible`" Chapter in the Yocto |
561 | Project Application Development and the Extensible Software Development | 561 | Project Application Development and the Extensible Software Development |
562 | Kit (eSDK) manual. If you are going to use the Toaster container, see | 562 | Kit (eSDK) manual. If you are going to use the Toaster container, see |
563 | the ":doc:`/toaster-manual/setup-and-use`" | 563 | the ":doc:`/toaster-manual/setup-and-use`" |