summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev/kernel-dev-intro.rst
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-11-19 10:58:28 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-20 14:32:25 +0000
commit043592a585ef6dab73e285985b381a11b91570a8 (patch)
tree5147ccc9d9e279b769e47f9a8fec1212c40b1cce /documentation/kernel-dev/kernel-dev-intro.rst
parente376c5c9cd3d91a7e34a7a173c9fc3f267b5d9b3 (diff)
downloadpoky-043592a585ef6dab73e285985b381a11b91570a8.tar.gz
kernel-dev: replace labels with references to section title
(From yocto-docs rev: 0a0a5d3ad6c2e551db0d43b1e76b8c459c347dc5) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev/kernel-dev-intro.rst')
-rw-r--r--documentation/kernel-dev/kernel-dev-intro.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/kernel-dev/kernel-dev-intro.rst b/documentation/kernel-dev/kernel-dev-intro.rst
index 5679a0ab80..971420b228 100644
--- a/documentation/kernel-dev/kernel-dev-intro.rst
+++ b/documentation/kernel-dev/kernel-dev-intro.rst
@@ -28,8 +28,8 @@ newly-supported platforms. Previous recipes in the release are refreshed
28and supported for at least one additional Yocto Project release. As they 28and supported for at least one additional Yocto Project release. As they
29align, these previous releases are updated to include the latest from 29align, these previous releases are updated to include the latest from
30the Long Term Support Initiative (LTSI) project. You can learn more 30the Long Term Support Initiative (LTSI) project. You can learn more
31about Yocto Linux kernels and LTSI in the ":ref:`Yocto Project Kernel 31about Yocto Linux kernels and LTSI in the
32Development and Maintenance <kernel-big-picture>`" section. 32":ref:`kernel-dev/kernel-dev-concepts-appx:yocto project kernel development and maintenance`" section.
33 33
34Also included is a Yocto Linux kernel development recipe 34Also included is a Yocto Linux kernel development recipe
35(``linux-yocto-dev.bb``) should you want to work with the very latest in 35(``linux-yocto-dev.bb``) should you want to work with the very latest in
@@ -38,7 +38,7 @@ upstream Yocto Linux kernel development and kernel Metadata development.
38.. note:: 38.. note::
39 39
40 For more on Yocto Linux kernels, see the 40 For more on Yocto Linux kernels, see the
41 ":ref:`Yocto Project Kernel Development and Maintenance <kernel-big-picture>`" 41 ":ref:`kernel-dev/kernel-dev-concepts-appx:yocto project kernel development and maintenance`"
42 section. 42 section.
43 43
44The Yocto Project also provides a powerful set of kernel tools for 44The Yocto Project also provides a powerful set of kernel tools for
@@ -167,7 +167,7 @@ general information and references for further information.
167 ``menuconfig`` and you have saved them, you can directly compare the 167 ``menuconfig`` and you have saved them, you can directly compare the
168 resulting ``.config`` file against an existing original and gather 168 resulting ``.config`` file against an existing original and gather
169 those changes into a 169 those changes into a
170 :ref:`configuration fragment file <creating-config-fragments>` to be 170 :ref:`configuration fragment file <kernel-dev/kernel-dev-common:creating configuration fragments>` to be
171 referenced from within the kernel's ``.bbappend`` file. 171 referenced from within the kernel's ``.bbappend`` file.
172 172
173 Additionally, if you are working in a BSP layer and need to modify 173 Additionally, if you are working in a BSP layer and need to modify