summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/development.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-08-17 08:25:51 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-23 18:46:37 -0700
commit266b83c8e13e07c01256bd81a308ede117cb555b (patch)
tree66792dd1d7e2fbddb210e5a3f023f7a88e28fffb /documentation/poky-ref-manual/development.xml
parent45aa3ff3b83519437cecbd6410c0ade336cc4f0e (diff)
downloadpoky-266b83c8e13e07c01256bd81a308ede117cb555b.tar.gz
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>
Diffstat (limited to 'documentation/poky-ref-manual/development.xml')
-rw-r--r--documentation/poky-ref-manual/development.xml9
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">