summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev
diff options
context:
space:
mode:
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