diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-12-08 13:34:43 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-16 16:58:40 +0000 |
commit | 4378fd205c4544aa2eac02b4e294f154fd7116f8 (patch) | |
tree | 53c1dc343320c6f1ea8c01e7e1d8d0031b5cb232 /documentation/poky-ref-manual/technical-details.xml | |
parent | 93a78f4b42c36678fb7929a1e1a094676e641157 (diff) | |
download | poky-4378fd205c4544aa2eac02b4e294f154fd7116f8.tar.gz |
documenation/poky-ref-manual/technical-details.xml: Some general edits.
(From yocto-docs rev: b806511994d0673475939db2690a3aeec7389609)
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/technical-details.xml')
-rw-r--r-- | documentation/poky-ref-manual/technical-details.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/poky-ref-manual/technical-details.xml b/documentation/poky-ref-manual/technical-details.xml index 8f83ecb3a1..b34179533b 100644 --- a/documentation/poky-ref-manual/technical-details.xml +++ b/documentation/poky-ref-manual/technical-details.xml | |||
@@ -39,7 +39,7 @@ | |||
39 | 39 | ||
40 | <para> | 40 | <para> |
41 | BitBake knows how to combine multiple data sources together and refers to each data source | 41 | BitBake knows how to combine multiple data sources together and refers to each data source |
42 | as a <link linkend='usingpoky-changes-layers'>'layer'</link>. | 42 | as a "<link linkend='usingpoky-changes-layers'>layer</link>". |
43 | </para> | 43 | </para> |
44 | 44 | ||
45 | <para> | 45 | <para> |
@@ -115,7 +115,7 @@ | |||
115 | The term "package" can also be used to describe recipes. | 115 | The term "package" can also be used to describe recipes. |
116 | However, since the same word is used for the packaged output from the Yocto | 116 | However, since the same word is used for the packaged output from the Yocto |
117 | Project (i.e. <filename>.ipk</filename> or <filename>.deb</filename> files), | 117 | Project (i.e. <filename>.ipk</filename> or <filename>.deb</filename> files), |
118 | this document avoids using the term "package" to refer to recipes. | 118 | this document avoids using the term "package" when refering to recipes. |
119 | </para> | 119 | </para> |
120 | </section> | 120 | </section> |
121 | 121 | ||
@@ -146,8 +146,8 @@ | |||
146 | </section> | 146 | </section> |
147 | </section> | 147 | </section> |
148 | 148 | ||
149 | <section id="considering-shared-state-cache"> | 149 | <section id="shared-state-cache"> |
150 | <title>Considering Shared State Cache</title> | 150 | <title>Shared State Cache</title> |
151 | 151 | ||
152 | <para> | 152 | <para> |
153 | By design, the Yocto Project builds everything from scratch unless it can determine that | 153 | By design, the Yocto Project builds everything from scratch unless it can determine that |