]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Minor edits to "Shared State Cache" section.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Tue, 26 Mar 2013 18:42:01 +0000 (11:42 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Apr 2013 13:12:51 +0000 (14:12 +0100)
(From yocto-docs rev: 73fa8a3f061bdefafd75373d266d87519a767602)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/ref-manual/technical-details.xml

index 9517bfb998de71252f294f18036712bf24ac7586..8d1cefb16fcd2fd42e2f746d853770bd98cc7a3d 100644 (file)
 
     <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
         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>
         <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>
     <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