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>
This commit is contained in:
Scott Rifenbark 2013-03-26 11:42:01 -07:00 committed by Richard Purdie
parent bd11c55653
commit 881627ce68
1 changed files with 4 additions and 4 deletions

View File

@ -156,7 +156,7 @@
<para> <para>
By design, the OpenEmbedded build system builds everything from scratch unless 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 Fundamentally, building from scratch is attractive as it means all parts are
built fresh and there is no possibility of stale data causing problems. built fresh and there is no possibility of stale data causing problems.
When developers hit problems, they typically default back to building from scratch 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 As mentioned in the previous paragraph, building from scratch ensures that
everything is current and starts from a known state. everything is current and starts from a known state.
However, building from scratch also takes much longer as it generally means 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>
<para> <para>
@ -178,7 +178,7 @@
<itemizedlist> <itemizedlist>
<listitem>What pieces of the system have changed and what pieces have not changed?</listitem> <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 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> used when they are available?</listitem>
</itemizedlist> </itemizedlist>
</para> </para>
@ -199,7 +199,7 @@
<note> <note>
The OpenEmbedded build system does not maintain The OpenEmbedded build system does not maintain
<link linkend='var-PR'><filename>PR</filename></link> information <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 Consequently, considerations exist that affect maintaining shared
state feeds. state feeds.
For information on how the OpenEmbedded works with packages and can For information on how the OpenEmbedded works with packages and can