summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-start.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-11-10 13:28:32 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-25 15:24:17 +0000
commit39899b2212a5f21251004757d3c64055046fef11 (patch)
tree038dc7354f9430e5d7c689a959b02aa3150e3ec6 /documentation/dev-manual/dev-manual-start.xml
parent684c35b7aa0898f95ab70a5982ef74ce98107d93 (diff)
downloadpoky-39899b2212a5f21251004757d3c64055046fef11.tar.gz
documentation/dev-manual: Edits from Tom Zanussi.
Tom Zanussi provided a review up through part of the "model" chapter. I have implemented his comments mosty verbatim. Reported-by: Tom Zanussi (From yocto-docs rev: 693d4fadd4b34ffef9953fb1850d381ff7c028a3) 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-start.xml')
-rw-r--r--documentation/dev-manual/dev-manual-start.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index df1d59fe79..2a93ec6f67 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -43,7 +43,7 @@
43</section> 43</section>
44 44
45<section id='getting-setup'> 45<section id='getting-setup'>
46 <title>Getting Setup</title> 46 <title>Getting Set Up</title>
47 47
48 <para> 48 <para>
49 Here is what you need to get set up to use the Yocto Project: 49 Here is what you need to get set up to use the Yocto Project:
@@ -141,8 +141,8 @@
141 Checking out files: 100% (36898/36898), done. </literallayout></para></listitem> 141 Checking out files: 100% (36898/36898), done. </literallayout></para></listitem>
142 <listitem id='poky-extras-repo'><para><emphasis> 142 <listitem id='poky-extras-repo'><para><emphasis>
143 The <filename>poky-extras</filename> Git Repository</emphasis>: 143 The <filename>poky-extras</filename> Git Repository</emphasis>:
144 The <filename>poky-extras</filename> Git repository contains metadata needed to 144 The <filename>poky-extras</filename> Git repository contains metadata needed
145 build the kernel image. 145 only if you are modifying and building the kernel image.
146 In particular, it contains the kernel <filename>.bbappend</filename> files that you 146 In particular, it contains the kernel <filename>.bbappend</filename> files that you
147 edit to point to your locally modified kernel source files and to build the kernel 147 edit to point to your locally modified kernel source files and to build the kernel
148 image. 148 image.