diff mbox series

kernel-dev: break a paragraph into a bullet list

Message ID 100f2882-f73b-4664-84ff-94819358dd0c@crashcourse.ca
State New
Headers show
Series kernel-dev: break a paragraph into a bullet list | expand

Commit Message

Robert P. J. Day June 14, 2026, 6:39 p.m. UTC
Redo the first paragraph of the kernel intro section into a more
easily-readable bullet list.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---
diff mbox series

Patch

diff --git a/documentation/kernel-dev/intro.rst b/documentation/kernel-dev/intro.rst
index 7df342f8d..33a47d078 100644
--- a/documentation/kernel-dev/intro.rst
+++ b/documentation/kernel-dev/intro.rst
@@ -8,14 +8,21 @@  Overview
 ========

 Regardless of how you intend to make use of the Yocto Project, chances
-are you will work with the Linux kernel. This manual describes how to
-set up your build host to support kernel development, introduces the
-kernel development process, provides background information on the Yocto
-Linux kernel :term:`Metadata`, describes
-common tasks you can perform using the kernel tools, shows you how to
-use the kernel Metadata needed to work with the kernel inside the Yocto
-Project, and provides insight into how the Yocto Project team develops
-and maintains Yocto Linux kernel Git repositories and Metadata.
+are you will work with the Linux kernel. This manual covers the following:
+
+-  how to set up your build host to support kernel development
+
+-  coverage of the kernel development process
+
+-  background information on the Yocto Linux kernel :term:`Metadata`
+
+-  common tasks you can perform using the kernel tools
+
+-  how to use the kernel Metadata needed to work with the kernel
+   inside the Yocto Project
+
+-  details on how the Yocto Project team develops and maintains
+   Yocto Linux kernel Git repositories and Metadata.

 Each Yocto Project release has a set of Yocto Linux kernel recipes,
 whose Git repositories you can view in the Yocto