diff options
-rw-r--r-- | documentation/dev-manual/dev-manual-intro.xml | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/documentation/dev-manual/dev-manual-intro.xml b/documentation/dev-manual/dev-manual-intro.xml index 3e308fb0c8..fabc2dedbe 100644 --- a/documentation/dev-manual/dev-manual-intro.xml +++ b/documentation/dev-manual/dev-manual-intro.xml | |||
@@ -5,19 +5,23 @@ | |||
5 | 5 | ||
6 | <title>The Yocto Project Development Manual</title> | 6 | <title>The Yocto Project Development Manual</title> |
7 | 7 | ||
8 | <para> | 8 | <para> |
9 | WRITER NOTE: The goal of this manual is to provide an over-arching development guide for using the Yocto Project. | 9 | Welcome to the Yocto Project Development Manual! |
10 | The intent is to give the reader the “big picture” around development. | 10 | This manual gives you an idea of how to use the Yocto Project to develop embedded Linux |
11 | Much of the information in the manual will be detailed in other manuals. | 11 | images and user-space applications to run on targeted devices. |
12 | For example, detailed information on Git, repositories and open-source in general can be found in many places. | 12 | Reading this manual gives you an overview of image, kernel, and user-space application development |
13 | Another example is getting set up to use the Yocto Project, which our Yocto Project Quick Start covers. | 13 | using the Yocto Project. |
14 | However, this manual needs to at least address it. | 14 | Because much of the information in this manual is general, it contains many references to other |
15 | One might ask “What becomes of the Poky Reference Manual?” | 15 | sources where you can find more detail. |
16 | This manual, over time, needs to develop into a pure reference manual where all procedural information | 16 | For example, detailed information on Git, repositories and open-source in general can be found in many places. |
17 | eventually ends up in an appropriate guide. | 17 | Another example is how to get set up to use the Yocto Project, which our Yocto Project Quick Start covers. |
18 | A good example of information perfect for the Poky Reference Manual is the appendix on variable | 18 | </para> |
19 | definitions (glossary). | 19 | |
20 | </para> | 20 | <para> |
21 | The Yocto Project Development Manual, however, does provide detailed examples on how to create a | ||
22 | Board Support Package (BSP), change the kernel source code, and re-configure the kernel. | ||
23 | You can find this information in the appendices of the manual. | ||
24 | </para> | ||
21 | 25 | ||
22 | <section id='intro'> | 26 | <section id='intro'> |
23 | <title>Introduction</title> | 27 | <title>Introduction</title> |