summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev
diff options
context:
space:
mode:
authorPaul Barker <pbarker@konsulko.com>2020-11-27 15:19:09 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-03 12:04:21 +0000
commit48748377a41a697a2b280ddbecb1c39487d1b7b8 (patch)
tree256c470487c98c810fbb28ab4973d7180ac23baf /documentation/kernel-dev
parent8faafa99cc9a45c1920ec3ea696a9ec7fb653194 (diff)
downloadpoky-48748377a41a697a2b280ddbecb1c39487d1b7b8.tar.gz
documentation: Simplify yocto_git links
The yocto_git external link directive is modified to include the `/cgit/cgit.cgi` element of the URL so that we can simplify the links in the text. Manual links to git.yoctoproject.org are converted to use the yocto_git directive where possible. Note that this directive can't be used in some places such as example code. (From yocto-docs rev: 3a8ba5dcc783411c73fe49fb217cbc4d6528d9a7) Signed-off-by: Paul Barker <pbarker@konsulko.com> 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/kernel-dev-advanced.rst4
-rw-r--r--documentation/kernel-dev/kernel-dev-maint-appx.rst4
2 files changed, 4 insertions, 4 deletions
diff --git a/documentation/kernel-dev/kernel-dev-advanced.rst b/documentation/kernel-dev/kernel-dev-advanced.rst
index 6999057b8a..db0a1eb2e5 100644
--- a/documentation/kernel-dev/kernel-dev-advanced.rst
+++ b/documentation/kernel-dev/kernel-dev-advanced.rst
@@ -200,7 +200,7 @@ either
200:term:`FILESEXTRAPATHS` if 200:term:`FILESEXTRAPATHS` if
201you are creating Metadata in `recipe-space <#recipe-space-metadata>`__, 201you are creating Metadata in `recipe-space <#recipe-space-metadata>`__,
202or the top level of 202or the top level of
203:yocto_git:`yocto-kernel-cache </cgit/cgit.cgi/yocto-kernel-cache/tree/>` 203:yocto_git:`yocto-kernel-cache </yocto-kernel-cache/tree/>`
204if you are creating `Metadata outside of the 204if you are creating `Metadata outside of the
205recipe-space <#metadata-outside-the-recipe-space>`__. 205recipe-space <#metadata-outside-the-recipe-space>`__.
206 206
@@ -469,7 +469,7 @@ supported kernel type.
469 For BSPs supported by the Yocto Project, the BSP description files 469 For BSPs supported by the Yocto Project, the BSP description files
470 are located in the ``bsp`` directory of the ``yocto-kernel-cache`` 470 are located in the ``bsp`` directory of the ``yocto-kernel-cache``
471 repository organized under the "Yocto Linux Kernel" heading in the 471 repository organized under the "Yocto Linux Kernel" heading in the
472 :yocto_git:`Yocto Project Source Repositories </>`. 472 :yocto_git:`Yocto Project Source Repositories <>`.
473 473
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
diff --git a/documentation/kernel-dev/kernel-dev-maint-appx.rst b/documentation/kernel-dev/kernel-dev-maint-appx.rst
index 69f680688f..ec1c0ac03d 100644
--- a/documentation/kernel-dev/kernel-dev-maint-appx.rst
+++ b/documentation/kernel-dev/kernel-dev-maint-appx.rst
@@ -103,7 +103,7 @@ patch, or BSP:
103 located by searching these system directories: 103 located by searching these system directories:
104 104
105 - The in-tree kernel-cache directories, which are located in the 105 - The in-tree kernel-cache directories, which are located in the
106 :yocto_git:`yocto-kernel-cache </cgit/cgit.cgi/yocto-kernel-cache/tree/bsp>` 106 :yocto_git:`yocto-kernel-cache </yocto-kernel-cache/tree/bsp>`
107 repository organized under the "Yocto Linux Kernel" heading in the 107 repository organized under the "Yocto Linux Kernel" heading in the
108 :yocto_git:`Yocto Project Source Repositories <>`. 108 :yocto_git:`Yocto Project Source Repositories <>`.
109 109
@@ -167,7 +167,7 @@ specific to some target hardware.
167 The end result is a branched, clean history tree that makes up the 167 The end result is a branched, clean history tree that makes up the
168 kernel for a given release. You can see the script (``kgit-scc``) 168 kernel for a given release. You can see the script (``kgit-scc``)
169 responsible for this in the 169 responsible for this in the
170 :yocto_git:`yocto-kernel-tools </cgit.cgi/yocto-kernel-tools/tree/tools>` 170 :yocto_git:`yocto-kernel-tools </yocto-kernel-tools/tree/tools>`
171 repository. 171 repository.
172 172
173 - The steps used to construct the full kernel tree are the same 173 - The steps used to construct the full kernel tree are the same