documentation/poky-ref-manual/development.xml: Updated software dev intro

Added more general description of what this section's purpose it.
I felt it was missing some basic information and making too many
assumptions.

(From yocto-docs rev: 4a5faeecc616313147283e50fe947c68555f55a2)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2011-08-17 08:25:51 -07:00 committed by Richard Purdie
parent 45aa3ff3b8
commit 266b83c8e1
1 changed files with 6 additions and 3 deletions

View File

@ -5,10 +5,13 @@
<title>Platform Development with Poky</title>
<section id="platdev-appdev">
<title>Software development</title>
<title>Application Development Using the Yocto Project</title>
<para>
Poky supports several methods of software development. You can use the method that is
best for you. This chapter describes each development method.
The Yocto Project supports several methods of application development through which
you can create user-space software designed to run on an embedded device that uses
a Linux Yocto image developed with the Yocto Project.
This flexibility allows you to choose the method that works best for you.
This chapter describes each development method.
</para>
<section id="platdev-appdev-external-sdk">