diff options
-rw-r--r-- | documentation/kernel-dev/kernel-dev-intro.xml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/documentation/kernel-dev/kernel-dev-intro.xml b/documentation/kernel-dev/kernel-dev-intro.xml index 2523b74b7d..67d8d93f08 100644 --- a/documentation/kernel-dev/kernel-dev-intro.xml +++ b/documentation/kernel-dev/kernel-dev-intro.xml | |||
@@ -11,9 +11,15 @@ | |||
11 | chances are you are going to need to work with the Linux kernel. | 11 | chances are you are going to need to work with the Linux kernel. |
12 | The Yocto Project provides a powerful set of tools for managing | 12 | The Yocto Project provides a powerful set of tools for managing |
13 | Linux kernel sources and configuration data. | 13 | Linux kernel sources and configuration data. |
14 | If you want to make a single configuration change, apply a couple | 14 | You can use this tooling to help you make a single configuration change, |
15 | of patches, or work with your own sources, this tooling can | 15 | apply a couple of patches, or work with your own sources. |
16 | help you. | 16 | </para> |
17 | |||
18 | <para> | ||
19 | The Yocto Project Kernel Development Manual describes common tasks | ||
20 | you can perform using the kernel tooling as well as provides information | ||
21 | about the metadata needed to work with the kernel inside the | ||
22 | Yocto Project. | ||
17 | </para> | 23 | </para> |
18 | 24 | ||
19 | <section id='kernel-dev-background'> | 25 | <section id='kernel-dev-background'> |