[PATCH] kernel-dev: break a paragraph into a bullet list
"Robert P. J. Day" <[email protected]>
| Newsgroups | org.yoctoproject.lists.docs |
|---|---|
| Message-ID | <[email protected]> |
Redo the first paragraph of the kernel intro section into a more easily-readable bullet list. Signed-off-by: Robert P. J. Day <[email protected]> --- 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