summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-12-03 22:38:34 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-09 12:21:27 +0000
commitbd1789261122c25d62b8e8e7f7d5647249e8d8ff (patch)
tree5b831c41d669f37ce42dac9f25a57052fd61119a /documentation/kernel-dev
parentd1f0448ca9233fe1a4dc46e6bf86762b31ff34ef (diff)
downloadpoky-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/kernel-dev')
-rw-r--r--documentation/kernel-dev/index.rst (renamed from documentation/kernel-dev/kernel-dev.rst)0
-rw-r--r--documentation/kernel-dev/kernel-dev-advanced.rst2
-rw-r--r--documentation/kernel-dev/kernel-dev-common.rst2
-rw-r--r--documentation/kernel-dev/kernel-dev-intro.rst4
4 files changed, 4 insertions, 4 deletions
diff --git a/documentation/kernel-dev/kernel-dev.rst b/documentation/kernel-dev/index.rst
index 55b42ed992..55b42ed992 100644
--- a/documentation/kernel-dev/kernel-dev.rst
+++ b/documentation/kernel-dev/index.rst
diff --git a/documentation/kernel-dev/kernel-dev-advanced.rst b/documentation/kernel-dev/kernel-dev-advanced.rst
index db0a1eb2e5..cc48343257 100644
--- a/documentation/kernel-dev/kernel-dev-advanced.rst
+++ b/documentation/kernel-dev/kernel-dev-advanced.rst
@@ -474,7 +474,7 @@ supported kernel type.
474This section overviews the BSP description structure, the aggregation 474This section overviews the BSP description structure, the aggregation
475concepts, and presents a detailed example using a BSP supported by the 475concepts, and presents a detailed example using a BSP supported by the
476Yocto Project (i.e. BeagleBone Board). For complete information on BSP 476Yocto Project (i.e. BeagleBone Board). For complete information on BSP
477layer file hierarchy, see the :doc:`../bsp-guide/bsp-guide`. 477layer file hierarchy, see the :doc:`../bsp-guide/index`.
478 478
479Description Overview 479Description Overview
480~~~~~~~~~~~~~~~~~~~~ 480~~~~~~~~~~~~~~~~~~~~
diff --git a/documentation/kernel-dev/kernel-dev-common.rst b/documentation/kernel-dev/kernel-dev-common.rst
index 5115f65f40..c57025c67c 100644
--- a/documentation/kernel-dev/kernel-dev-common.rst
+++ b/documentation/kernel-dev/kernel-dev-common.rst
@@ -502,7 +502,7 @@ your layer in the following area:
502.. note:: 502.. note::
503 503
504 If you are working on a new machine Board Support Package (BSP), be 504 If you are working on a new machine Board Support Package (BSP), be
505 sure to refer to the :doc:`../bsp-guide/bsp-guide`. 505 sure to refer to the :doc:`../bsp-guide/index`.
506 506
507As an example, consider the following append file used by the BSPs in 507As an example, consider the following append file used by the BSPs in
508``meta-yocto-bsp``: 508``meta-yocto-bsp``:
diff --git a/documentation/kernel-dev/kernel-dev-intro.rst b/documentation/kernel-dev/kernel-dev-intro.rst
index 309c65b4d5..a2961d864d 100644
--- a/documentation/kernel-dev/kernel-dev-intro.rst
+++ b/documentation/kernel-dev/kernel-dev-intro.rst
@@ -79,9 +79,9 @@ facilitate the process of working with the kernel recipes. If you find
79you need some additional background, please be sure to review and 79you need some additional background, please be sure to review and
80understand the following documentation: 80understand the following documentation:
81 81
82- :doc:`../brief-yoctoprojectqs/brief-yoctoprojectqs` document. 82- :doc:`../brief-yoctoprojectqs/index` document.
83 83
84- :doc:`../overview-manual/overview-manual`. 84- :doc:`../overview-manual/index`.
85 85
86- :ref:`devtool 86- :ref:`devtool
87 workflow <sdk-manual/sdk-extensible:using \`\`devtool\`\` in your sdk workflow>` 87 workflow <sdk-manual/sdk-extensible:using \`\`devtool\`\` in your sdk workflow>`