summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/overview-manual-yp-intro.xml
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:16:25 +0100
commit962cdcd77171bb88e673c4b50a77bf291060a942 (patch)
treef1df898941d54534d6c42c0edd1c172221bd43e1 /documentation/overview-manual/overview-manual-yp-intro.xml
parent554abf5d9458c7bf081ab36ff9e856666bcf7028 (diff)
downloadpoky-962cdcd77171bb88e673c4b50a77bf291060a942.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/overview-manual-yp-intro.xml')
-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>