summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-intro.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-09 09:36:08 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-10 16:20:55 +0100
commit00fea17416faad7f567ca8c6e3c234137055f591 (patch)
treea41abc00bf309280d68c1b04482c695851f6d122 /documentation/dev-manual/dev-manual-intro.xml
parent772f064b49df2c588908394569c00b16207db02b (diff)
downloadpoky-00fea17416faad7f567ca8c6e3c234137055f591.tar.gz
dev-manual: Edits to "What this Manual Provides" section.
Updated to reflect the changed contents of this manual. The section was rather dated. (From yocto-docs rev: 08d126d611155e64d94084378cc0bb1f4cde4924) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-intro.xml')
-rw-r--r--documentation/dev-manual/dev-manual-intro.xml22
1 files changed, 12 insertions, 10 deletions
diff --git a/documentation/dev-manual/dev-manual-intro.xml b/documentation/dev-manual/dev-manual-intro.xml
index 174511f827..ca16b7c0b5 100644
--- a/documentation/dev-manual/dev-manual-intro.xml
+++ b/documentation/dev-manual/dev-manual-intro.xml
@@ -53,16 +53,18 @@
53 <itemizedlist> 53 <itemizedlist>
54 <listitem><para>Information that lets you get set 54 <listitem><para>Information that lets you get set
55 up to develop using the Yocto Project.</para></listitem> 55 up to develop using the Yocto Project.</para></listitem>
56 <listitem><para>Information to help developers who are new to the open source environment 56 <listitem><para>Information to help developers who are new to
57 and to the distributed revision control system Git, which the Yocto Project 57 the open source environment and to the distributed revision
58 uses.</para></listitem> 58 control system Git, which the Yocto Project uses.
59 <listitem><para>An understanding of common end-to-end development models and tasks.</para></listitem> 59 </para></listitem>
60 <listitem><para>Development case overviews for both system development and user-space 60 <listitem><para>An understanding of common end-to-end
61 applications.</para></listitem> 61 development models and tasks.</para></listitem>
62 <listitem><para>An overview and understanding of the emulation environment used with 62 <listitem><para>Information about common development tasks
63 the Yocto Project - the Quick EMUlator (QEMU).</para></listitem> 63 generally used during image development for
64 <listitem><para>An understanding of basic kernel architecture and concepts.</para></listitem> 64 embedded devices.
65 <listitem><para>Many references to other sources of related information.</para></listitem> 65 </para></listitem>
66 <listitem><para>Many references to other sources of related
67 information.</para></listitem>
66 </itemizedlist> 68 </itemizedlist>
67 </para> 69 </para>
68 </section> 70 </section>