diff options
author | scott-lenovo <scott-lenovo@ubuntu.(none)> | 2013-01-02 11:59:04 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-16 15:59:13 +0000 |
commit | 9a6c5e1fdd3b63cb6772391784c3991e9878a361 (patch) | |
tree | 3b2cd2fd84d3ecc6d6f5884827a5974e60c5f381 /documentation/kernel-dev | |
parent | 8d771b3eb6c6cd1a38048de7f30af402623ff4ad (diff) | |
download | poky-9a6c5e1fdd3b63cb6772391784c3991e9878a361.tar.gz |
kernel-dev: Updates to the introduction chapter.
General edits for readability, etc.
(From yocto-docs rev: eb52c743ad0fba7859ee4800f12981294aa71b23)
Signed-off-by: scott-lenovo <scott-lenovo@ubuntu.(none)>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev')
-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'> |