diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-12-08 13:34:43 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-30 16:05:49 +0000 |
commit | 01f5e6778c17fd669f02f3c1d8e9524099b3575f (patch) | |
tree | 8ef0840cebe44e73f65dd34113d267a176beca5b /documentation | |
parent | 1ff81200ac5f3417f414e3330ac1c9bf93702bc4 (diff) | |
download | poky-01f5e6778c17fd669f02f3c1d8e9524099b3575f.tar.gz |
documenation/poky-ref-manual/technical-details.xml: Some general edits.
(From yocto-docs rev: c1684acf9249a6ace631a98f25aa256a542cee62)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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 |