summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-04-24 09:14:28 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:17:56 +0100
commit80960a85317978968e46f27c0f6ff5160a04d8de (patch)
tree0f17c2f065f2ac07d20c85f7a7263b984bddccf7 /documentation/overview-manual
parentabc1dd634ce8f818c336304dfcad0920f743ed2f (diff)
downloadpoky-80960a85317978968e46f27c0f6ff5160a04d8de.tar.gz
overview-manual: Updated "Supports Partial Builds" bullet
Added a link into the concepts area for sstate. (From yocto-docs rev: ac395452c3a2f34fb9775c77051b526e39fd9b4c) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual')
-rw-r--r--documentation/overview-manual/overview-manual-yp-intro.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/documentation/overview-manual/overview-manual-yp-intro.xml b/documentation/overview-manual/overview-manual-yp-intro.xml
index 084db6ec52..a28e8d66a9 100644
--- a/documentation/overview-manual/overview-manual-yp-intro.xml
+++ b/documentation/overview-manual/overview-manual-yp-intro.xml
@@ -139,8 +139,9 @@
139 </para></listitem> 139 </para></listitem>
140 <listitem><para> 140 <listitem><para>
141 <emphasis>Uses a Layer Model:</emphasis> 141 <emphasis>Uses a Layer Model:</emphasis>
142 The Yocto Project layer infrastructure groups related 142 The Yocto Project
143 functionality into separate bundles. 143 <link linkend='the-yocto-project-layer-model'>layer infrastructure</link>
144 groups related functionality into separate bundles.
144 You can incrementally add these grouped functionalities 145 You can incrementally add these grouped functionalities
145 to your project as needed. 146 to your project as needed.
146 Using layers to isolate and group functionality 147 Using layers to isolate and group functionality
@@ -153,7 +154,8 @@
153 You can build and rebuild individual packages as 154 You can build and rebuild individual packages as
154 needed. 155 needed.
155 Yocto Project accomplishes this through its 156 Yocto Project accomplishes this through its
156 shared-state cache (sstate) scheme. 157 <link linkend='shared-state-cache'>shared-state cache</link>
158 (sstate) scheme.
157 Being able to build and debug components individually 159 Being able to build and debug components individually
158 eases project development. 160 eases project development.
159 </para></listitem> 161 </para></listitem>