From 881627ce68afca2c29136fbc1992c7d85976a074 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 26 Mar 2013 11:42:01 -0700 Subject: [PATCH] ref-manual: Minor edits to "Shared State Cache" section. (From yocto-docs rev: 73fa8a3f061bdefafd75373d266d87519a767602) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/technical-details.xml | 8 ++++---- 1 file 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 @@ 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. @@ -178,7 +178,7 @@ What pieces of the system have changed and what pieces have not changed? How are changed pieces of software removed and replaced? - How are pre-built components that don't need to be rebuilt from scratch + How are pre-built components that do not need to be rebuilt from scratch used when they are available? @@ -199,7 +199,7 @@ The OpenEmbedded build system does not maintain PR 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