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>
This commit is contained in:
Scott Rifenbark
2018-04-24 09:14:28 -07:00
committed by Richard Purdie
parent abc1dd634c
commit 80960a8531

View File

@@ -139,8 +139,9 @@
</para></listitem>
<listitem><para>
<emphasis>Uses a Layer Model:</emphasis>
The Yocto Project layer infrastructure groups related
functionality into separate bundles.
The Yocto Project
<link linkend='the-yocto-project-layer-model'>layer infrastructure</link>
groups related functionality into separate bundles.
You can incrementally add these grouped functionalities
to your project as needed.
Using layers to isolate and group functionality
@@ -153,7 +154,8 @@
You can build and rebuild individual packages as
needed.
Yocto Project accomplishes this through its
shared-state cache (sstate) scheme.
<link linkend='shared-state-cache'>shared-state cache</link>
(sstate) scheme.
Being able to build and debug components individually
eases project development.
</para></listitem>