diff options
Diffstat (limited to 'documentation/poky-ref-manual')
-rw-r--r-- | documentation/poky-ref-manual/development.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/documentation/poky-ref-manual/development.xml b/documentation/poky-ref-manual/development.xml index 063977426a..e9e00fa3cc 100644 --- a/documentation/poky-ref-manual/development.xml +++ b/documentation/poky-ref-manual/development.xml | |||
@@ -5,10 +5,13 @@ | |||
5 | <title>Platform Development with Poky</title> | 5 | <title>Platform Development with Poky</title> |
6 | 6 | ||
7 | <section id="platdev-appdev"> | 7 | <section id="platdev-appdev"> |
8 | <title>Software development</title> | 8 | <title>Application Development Using the Yocto Project</title> |
9 | <para> | 9 | <para> |
10 | Poky supports several methods of software development. You can use the method that is | 10 | The Yocto Project supports several methods of application development through which |
11 | best for you. This chapter describes each development method. | 11 | you can create user-space software designed to run on an embedded device that uses |
12 | a Linux Yocto image developed with the Yocto Project. | ||
13 | This flexibility allows you to choose the method that works best for you. | ||
14 | This chapter describes each development method. | ||
12 | </para> | 15 | </para> |
13 | 16 | ||
14 | <section id="platdev-appdev-external-sdk"> | 17 | <section id="platdev-appdev-external-sdk"> |