From 962cdcd77171bb88e673c4b50a77bf291060a942 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 24 Apr 2018 09:14:28 -0700 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- .../overview-manual/overview-manual-yp-intro.xml | 8 +++++--- 1 file 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 @@ Uses a Layer Model: - The Yocto Project layer infrastructure groups related - functionality into separate bundles. + The Yocto Project + layer infrastructure + 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. + shared-state cache + (sstate) scheme. Being able to build and debug components individually eases project development.