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)
downloadast2050-yocto-poky-881627ce68afca2c29136fbc1992c7d85976a074.zip
ast2050-yocto-poky-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 9517bfb..8d1cefb 100644
--- a/documentation/ref-manual/technical-details.xml
+++ b/documentation/ref-manual/technical-details.xml
@@ -156,7 +156,7 @@
<para>
By design, the OpenEmbedded build system builds everything from scratch unless
- BitBake can determine that parts don't need to be rebuilt.
+ BitBake can determine that parts do not need to be rebuilt.
Fundamentally, building from scratch is attractive as it means all parts are
built fresh and there is no possibility of stale data causing problems.
When developers hit problems, they typically default back to building from scratch
@@ -168,7 +168,7 @@
As mentioned in the previous paragraph, building from scratch ensures that
everything is current and starts from a known state.
However, building from scratch also takes much longer as it generally means
- rebuilding things that don't necessarily need rebuilt.
+ rebuilding things that do not necessarily need rebuilt.
</para>
<para>
@@ -178,7 +178,7 @@
<itemizedlist>
<listitem>What pieces of the system have changed and what pieces have not changed?</listitem>
<listitem>How are changed pieces of software removed and replaced?</listitem>
- <listitem>How are pre-built components that don't need to be rebuilt from scratch
+ <listitem>How are pre-built components that do not need to be rebuilt from scratch
used when they are available?</listitem>
</itemizedlist>
</para>
@@ -199,7 +199,7 @@
<note>
The OpenEmbedded build system does not maintain
<link linkend='var-PR'><filename>PR</filename></link> information
- as part of the Shared State packages.
+ as part of the shared state packages.
Consequently, considerations exist that affect maintaining shared
state feeds.
For information on how the OpenEmbedded works with packages and can
OpenPOWER on IntegriCloud