summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/technical-details.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-03-26 11:42:01 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-04 14:12:51 +0100
commit881627ce68afca2c29136fbc1992c7d85976a074 (patch)
tree3103d33927b7f272481ce354f25721ef345aa5c8 /documentation/ref-manual/technical-details.xml
parentbd11c55653d89818f1eab8c2d97a0ea4d8ad6104 (diff)
downloadpoky-881627ce68afca2c29136fbc1992c7d85976a074.tar.gz
ref-manual: Minor edits to "Shared State Cache" section.
(From yocto-docs rev: 73fa8a3f061bdefafd75373d266d87519a767602) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/technical-details.xml')
-rw-r--r--documentation/ref-manual/technical-details.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml
index 9517bfb998..8d1cefb16f 100644
--- a/documentation/ref-manual/technical-details.xml
+++ b/documentation/ref-manual/technical-details.xml
@@ -156,7 +156,7 @@
156 156
157 <para> 157 <para>
158 By design, the OpenEmbedded build system builds everything from scratch unless 158 By design, the OpenEmbedded build system builds everything from scratch unless
159 BitBake can determine that parts don't need to be rebuilt. 159 BitBake can determine that parts do not need to be rebuilt.
160 Fundamentally, building from scratch is attractive as it means all parts are 160 Fundamentally, building from scratch is attractive as it means all parts are
161 built fresh and there is no possibility of stale data causing problems. 161 built fresh and there is no possibility of stale data causing problems.
162 When developers hit problems, they typically default back to building from scratch 162 When developers hit problems, they typically default back to building from scratch
@@ -168,7 +168,7 @@
168 As mentioned in the previous paragraph, building from scratch ensures that 168 As mentioned in the previous paragraph, building from scratch ensures that
169 everything is current and starts from a known state. 169 everything is current and starts from a known state.
170 However, building from scratch also takes much longer as it generally means 170 However, building from scratch also takes much longer as it generally means
171 rebuilding things that don't necessarily need rebuilt. 171 rebuilding things that do not necessarily need rebuilt.
172 </para> 172 </para>
173 173
174 <para> 174 <para>
@@ -178,7 +178,7 @@
178 <itemizedlist> 178 <itemizedlist>
179 <listitem>What pieces of the system have changed and what pieces have not changed?</listitem> 179 <listitem>What pieces of the system have changed and what pieces have not changed?</listitem>
180 <listitem>How are changed pieces of software removed and replaced?</listitem> 180 <listitem>How are changed pieces of software removed and replaced?</listitem>
181 <listitem>How are pre-built components that don't need to be rebuilt from scratch 181 <listitem>How are pre-built components that do not need to be rebuilt from scratch
182 used when they are available?</listitem> 182 used when they are available?</listitem>
183 </itemizedlist> 183 </itemizedlist>
184 </para> 184 </para>
@@ -199,7 +199,7 @@
199 <note> 199 <note>
200 The OpenEmbedded build system does not maintain 200 The OpenEmbedded build system does not maintain
201 <link linkend='var-PR'><filename>PR</filename></link> information 201 <link linkend='var-PR'><filename>PR</filename></link> information
202 as part of the Shared State packages. 202 as part of the shared state packages.
203 Consequently, considerations exist that affect maintaining shared 203 Consequently, considerations exist that affect maintaining shared
204 state feeds. 204 state feeds.
205 For information on how the OpenEmbedded works with packages and can 205 For information on how the OpenEmbedded works with packages and can