summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-05-06 19:17:57 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-13 11:28:34 +0100
commitd4a82b30b7d3622d5e3101aeb333bbdb31622176 (patch)
treead8ebb64f0363ad685ad6d6163cc4bf2ce4f535f /documentation/kernel-dev
parentf3540fc691c12aca637ddea71bd0090ddcc40e19 (diff)
downloadpoky-d4a82b30b7d3622d5e3101aeb333bbdb31622176.tar.gz
manuals: reduce verbosity related to "the following" expression
(From yocto-docs rev: da9d1cfb5c084d172eff3cb10ec3631dd8266260) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev')
-rw-r--r--documentation/kernel-dev/common.rst4
-rw-r--r--documentation/kernel-dev/concepts-appx.rst3
-rw-r--r--documentation/kernel-dev/faq.rst2
3 files changed, 4 insertions, 5 deletions
diff --git a/documentation/kernel-dev/common.rst b/documentation/kernel-dev/common.rst
index cea3ce7405..0fede0c012 100644
--- a/documentation/kernel-dev/common.rst
+++ b/documentation/kernel-dev/common.rst
@@ -338,7 +338,7 @@ section:
338 the ``yocto-4.12`` branch. 338 the ``yocto-4.12`` branch.
339 339
340 The following commands show how to create a local copy of the 340 The following commands show how to create a local copy of the
341 ``yocto-kernel-cache`` and be in the ``yocto-4.12`` branch:: 341 ``yocto-kernel-cache`` and switch to the ``yocto-4.12`` branch::
342 342
343 $ cd ~ 343 $ cd ~
344 $ git clone git://git.yoctoproject.org/yocto-kernel-cache --branch yocto-4.12 344 $ git clone git://git.yoctoproject.org/yocto-kernel-cache --branch yocto-4.12
@@ -491,7 +491,7 @@ As an example, consider the following append file used by the BSPs in
491 491
492 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.12.bbappend 492 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.12.bbappend
493 493
494The following listing shows the file. Be aware that the actual commit ID 494Here are the contents of this file. Be aware that the actual commit ID
495strings in this example listing might be different than the actual 495strings in this example listing might be different than the actual
496strings in the file from the ``meta-yocto-bsp`` layer upstream. 496strings in the file from the ``meta-yocto-bsp`` layer upstream.
497:: 497::
diff --git a/documentation/kernel-dev/concepts-appx.rst b/documentation/kernel-dev/concepts-appx.rst
index 63e67315fa..2101f374cb 100644
--- a/documentation/kernel-dev/concepts-appx.rst
+++ b/documentation/kernel-dev/concepts-appx.rst
@@ -379,8 +379,7 @@ or non-hardware. To better show this, consider a situation where the
379 yocto-kernel-cache/ktypes/base/hardware.kcf 379 yocto-kernel-cache/ktypes/base/hardware.kcf
380 yocto-kernel-cache/bsp/qemu-ppc32/hardware.kcf 380 yocto-kernel-cache/bsp/qemu-ppc32/hardware.kcf
381 381
382The following list 382Here are explanations for the various files:
383provides explanations for the various files:
384 383
385- ``hardware.kcf``: Specifies a list of kernel Kconfig files that 384- ``hardware.kcf``: Specifies a list of kernel Kconfig files that
386 contain hardware options only. 385 contain hardware options only.
diff --git a/documentation/kernel-dev/faq.rst b/documentation/kernel-dev/faq.rst
index 8169511445..cffd1c4330 100644
--- a/documentation/kernel-dev/faq.rst
+++ b/documentation/kernel-dev/faq.rst
@@ -7,7 +7,7 @@ Kernel Development FAQ
7Common Questions and Solutions 7Common Questions and Solutions
8============================== 8==============================
9 9
10The following lists some solutions for common questions. 10Here are some solutions for common questions.
11 11
12How do I use my own Linux kernel ``.config`` file? 12How do I use my own Linux kernel ``.config`` file?
13-------------------------------------------------- 13--------------------------------------------------