summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev/intro.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-05-12 11:30:15 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-22 12:16:40 +0100
commit020562cfbc3129c3cad7ebc8a5a8447681e5efed (patch)
tree3b6ec01a5dcbce135f24b14639d83853e9711048 /documentation/kernel-dev/intro.rst
parent4db4e4ca46e8b23d5042d925ce5ad3073de4c3ed (diff)
downloadpoky-020562cfbc3129c3cad7ebc8a5a8447681e5efed.tar.gz
kernel-dev manual: simplify style
(From yocto-docs rev: 5bbbed35175ffcabb24bcac305d17563b8d9b9e3) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev/intro.rst')
-rw-r--r--documentation/kernel-dev/intro.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/kernel-dev/intro.rst b/documentation/kernel-dev/intro.rst
index 5592f74c82..e406f6e47f 100644
--- a/documentation/kernel-dev/intro.rst
+++ b/documentation/kernel-dev/intro.rst
@@ -66,9 +66,9 @@ from the continual kernel integration and testing performed during
66development of the Yocto Project. 66development of the Yocto Project.
67 67
68If, instead, you have a very specific Linux kernel source tree and are 68If, instead, you have a very specific Linux kernel source tree and are
69unable to align with one of the official Yocto Linux kernel recipes, an 69unable to align with one of the official Yocto Linux kernel recipes,
70alternative exists by which you can use the Yocto Project Linux kernel 70you have a way to use the Yocto Project Linux kernel tools with your
71tools with your own kernel sources. 71own kernel sources.
72 72
73The remainder of this manual provides instructions for completing 73The remainder of this manual provides instructions for completing
74specific Linux kernel development tasks. These instructions assume you 74specific Linux kernel development tasks. These instructions assume you