From 00f87f84165964f262f8bb97378cfbef4b0c325a Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 11 Jan 2018 10:01:23 -0800 Subject: overview-manual, ref-manual: Moved "Shared State Cache" to overview manual Fixes [YOCTO #12370] The section on shared state cache needed to be in the overview manual and not in the ref-manual. I moved it. Some links were affected, which I fixed. (From yocto-docs rev: 1c4e5207bdde19d4b48ef42b1de81390d8a02d64) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-tasks.xml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'documentation/ref-manual/ref-tasks.xml') diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml index 62a677a430..a90f02b7d8 100644 --- a/documentation/ref-manual/ref-tasks.xml +++ b/documentation/ref-manual/ref-tasks.xml @@ -628,8 +628,8 @@ Running this task does not remove the - sstate) cache - files. + sstate + cache files. Consequently, if no changes have been made and the recipe is rebuilt after cleaning, output files are simply restored from the sstate cache. @@ -645,8 +645,9 @@ Removes all output files, shared state - (sstate) cache, and - downloaded source files for a target (i.e. the contents of + (sstate) + cache, and downloaded source files for a target (i.e. the contents + of DL_DIR). Essentially, the do_cleanall task is identical to the @@ -675,13 +676,14 @@ Removes all output files and shared state - (sstate) + (sstate) cache for a target. Essentially, the do_cleansstate task is identical to the do_clean task with the added removal of shared state - (sstate) cache. + (sstate) + cache. -- cgit v1.2.3-54-g00ecf