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/overview-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/overview-manual')
-rw-r--r-- | documentation/overview-manual/concepts.rst | 8 | ||||
-rw-r--r-- | documentation/overview-manual/yp-intro.rst | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index 8aa86c06e9..019ead85cb 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst | |||
@@ -830,7 +830,7 @@ processes patches, see the | |||
830 | ":ref:`dev-manual/common-tasks:patching code`" | 830 | ":ref:`dev-manual/common-tasks:patching code`" |
831 | section in the | 831 | section in the |
832 | Yocto Project Development Tasks Manual. You can also see the | 832 | Yocto Project Development Tasks Manual. You can also see the |
833 | ":ref:`sdk-manual/sdk-extensible:use \`\`devtool modify\`\` to modify the source of an existing component`" | 833 | ":ref:`sdk-manual/extensible:use \`\`devtool modify\`\` to modify the source of an existing component`" |
834 | section in the Yocto Project Application Development and the Extensible | 834 | section in the Yocto Project Application Development and the Extensible |
835 | Software Development Kit (SDK) manual and the | 835 | Software Development Kit (SDK) manual and the |
836 | ":ref:`kernel-dev/common:using traditional kernel development to patch the kernel`" | 836 | ":ref:`kernel-dev/common:using traditional kernel development to patch the kernel`" |
@@ -1112,7 +1112,7 @@ the extensible SDK (eSDK): | |||
1112 | see the ":ref:`overview-manual/concepts:cross-development toolchain generation`" | 1112 | see the ":ref:`overview-manual/concepts:cross-development toolchain generation`" |
1113 | section. For information on advantages gained when building a | 1113 | section. For information on advantages gained when building a |
1114 | cross-development toolchain using the do_populate_sdk task, see the | 1114 | cross-development toolchain using the do_populate_sdk task, see the |
1115 | ":ref:`sdk-manual/sdk-appendix-obtain:building an sdk installer`" section in | 1115 | ":ref:`sdk-manual/appendix-obtain:building an sdk installer`" section in |
1116 | the Yocto Project Application Development and the Extensible Software | 1116 | the Yocto Project Application Development and the Extensible Software |
1117 | Development Kit (eSDK) manual. | 1117 | Development Kit (eSDK) manual. |
1118 | 1118 | ||
@@ -1443,7 +1443,7 @@ Cross-Development Toolchain Generation | |||
1443 | ====================================== | 1443 | ====================================== |
1444 | 1444 | ||
1445 | The Yocto Project does most of the work for you when it comes to | 1445 | The Yocto Project does most of the work for you when it comes to |
1446 | creating :ref:`sdk-manual/sdk-intro:the cross-development toolchain`. This | 1446 | creating :ref:`sdk-manual/intro:the cross-development toolchain`. This |
1447 | section provides some technical background on how cross-development | 1447 | section provides some technical background on how cross-development |
1448 | toolchains are created and used. For more information on toolchains, you | 1448 | toolchains are created and used. For more information on toolchains, you |
1449 | can also see the :doc:`/sdk-manual/index` manual. | 1449 | can also see the :doc:`/sdk-manual/index` manual. |
@@ -1573,7 +1573,7 @@ Here is the bootstrap process for the relocatable toolchain: | |||
1573 | 1573 | ||
1574 | For information on advantages gained when building a | 1574 | For information on advantages gained when building a |
1575 | cross-development toolchain installer, see the | 1575 | cross-development toolchain installer, see the |
1576 | ":ref:`sdk-manual/sdk-appendix-obtain:building an sdk installer`" appendix | 1576 | ":ref:`sdk-manual/appendix-obtain:building an sdk installer`" appendix |
1577 | in the Yocto Project Application Development and the | 1577 | in the Yocto Project Application Development and the |
1578 | Extensible Software Development Kit (eSDK) manual. | 1578 | Extensible Software Development Kit (eSDK) manual. |
1579 | 1579 | ||
diff --git a/documentation/overview-manual/yp-intro.rst b/documentation/overview-manual/yp-intro.rst index 3afbb9378f..c66b4b5da2 100644 --- a/documentation/overview-manual/yp-intro.rst +++ b/documentation/overview-manual/yp-intro.rst | |||
@@ -327,7 +327,7 @@ applications using the Yocto Project: | |||
327 | You can read about the ``devtool`` workflow in the Yocto Project | 327 | You can read about the ``devtool`` workflow in the Yocto Project |
328 | Application Development and Extensible Software Development Kit | 328 | Application Development and Extensible Software Development Kit |
329 | (eSDK) Manual in the | 329 | (eSDK) Manual in the |
330 | ":ref:`sdk-manual/sdk-extensible:using \`\`devtool\`\` in your sdk workflow`" | 330 | ":ref:`sdk-manual/extensible:using \`\`devtool\`\` in your sdk workflow`" |
331 | section. | 331 | section. |
332 | 332 | ||
333 | - *Extensible Software Development Kit (eSDK):* The eSDK provides a | 333 | - *Extensible Software Development Kit (eSDK):* The eSDK provides a |