diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-12-03 22:38:34 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-09 12:21:27 +0000 |
commit | bd1789261122c25d62b8e8e7f7d5647249e8d8ff (patch) | |
tree | 5b831c41d669f37ce42dac9f25a57052fd61119a /documentation/dev-manual/dev-manual-common-tasks.rst | |
parent | d1f0448ca9233fe1a4dc46e6bf86762b31ff34ef (diff) | |
download | poky-bd1789261122c25d62b8e8e7f7d5647249e8d8ff.tar.gz |
sphinx: rename top level document in each manual
It is more common to call the top level document index.rst. This is
what this patch is doing, along with all required references fixup.
(From yocto-docs rev: 2cea7fbba9210479fc0387d7e1b80da9885558f0)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.rst')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.rst b/documentation/dev-manual/dev-manual-common-tasks.rst index 891fd9b001..e22bcd50ec 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.rst +++ b/documentation/dev-manual/dev-manual-common-tasks.rst | |||
@@ -3644,7 +3644,7 @@ build host running Linux. | |||
3644 | 3644 | ||
3645 | - For information on how to build an image using | 3645 | - For information on how to build an image using |
3646 | :term:`Toaster`, see the | 3646 | :term:`Toaster`, see the |
3647 | :doc:`../toaster-manual/toaster-manual`. | 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/sdk-extensible:using \`\`devtool\`\` in your sdk workflow`" |
@@ -3653,7 +3653,7 @@ build host running Linux. | |||
3653 | 3653 | ||
3654 | - For a quick example on how to build an image using the | 3654 | - For a quick example on how to build an image using the |
3655 | OpenEmbedded build system, see the | 3655 | OpenEmbedded build system, see the |
3656 | :doc:`../brief-yoctoprojectqs/brief-yoctoprojectqs` document. | 3656 | :doc:`../brief-yoctoprojectqs/index` document. |
3657 | 3657 | ||
3658 | The build process creates an entire Linux distribution from source and | 3658 | The build process creates an entire Linux distribution from source and |
3659 | places it in your :term:`Build Directory` under | 3659 | places it in your :term:`Build Directory` under |
@@ -3728,7 +3728,7 @@ The following figure and list overviews the build process: | |||
3728 | kernels built by the OpenEmbedded build system are placed in the | 3728 | kernels built by the OpenEmbedded build system are placed in the |
3729 | Build Directory in ``tmp/deploy/images``. For information on how to | 3729 | Build Directory in ``tmp/deploy/images``. For information on how to |
3730 | run pre-built images such as ``qemux86`` and ``qemuarm``, see the | 3730 | run pre-built images such as ``qemux86`` and ``qemuarm``, see the |
3731 | :doc:`../sdk-manual/sdk-manual` manual. For | 3731 | :doc:`../sdk-manual/index` manual. For |
3732 | information about how to install these images, see the documentation | 3732 | information about how to install these images, see the documentation |
3733 | for your particular board or machine. | 3733 | for your particular board or machine. |
3734 | 3734 | ||