summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-09-18 16:43:46 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-19 15:57:35 +0100
commit81ba04522eda93c96a438860af19885590e0b386 (patch)
tree79b556a0e6429e66f6d1553f2f007f6ff9cc731f /documentation/dev-manual
parent10e67c22e640d951ad3bc190c4508f654a6adb72 (diff)
downloadpoky-81ba04522eda93c96a438860af19885590e0b386.tar.gz
dev-manual: disk-space: improve wording for obsolete sstate cache files
Replace "duplicate" by "obsolete", more appropriate. "duplicate" probably comes from the "--remove-duplicated" option of the sstate-cache-management.sh script. Improve other sentences too. (From yocto-docs rev: 08451ef3808a34915c8e536090e34dab2bc6cf88) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reported-by: Richard Purdie <richard.purdie@linuxfoundation.org> CC: Quentin Schulz <quentin.schulz@theobroma-systems.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/disk-space.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/dev-manual/disk-space.rst b/documentation/dev-manual/disk-space.rst
index a84bef4511..6d1638a302 100644
--- a/documentation/dev-manual/disk-space.rst
+++ b/documentation/dev-manual/disk-space.rst
@@ -23,12 +23,12 @@ final disk usage of 22 Gbytes instead of &MIN_DISK_SPACE; Gbytes. However,
23&MIN_DISK_SPACE_RM_WORK; Gbytes of initial free disk space are still needed to 23&MIN_DISK_SPACE_RM_WORK; Gbytes of initial free disk space are still needed to
24create temporary files before they can be deleted. 24create temporary files before they can be deleted.
25 25
26Purging Duplicate Shared State Cache Files 26Purging Obsolete Shared State Cache Files
27========================================== 27=========================================
28 28
29After multiple build iterations, the Shared State (sstate) cache can contain 29After multiple build iterations, the Shared State (sstate) cache can contain
30duplicate cache files for a given package, consuming a substantial amount of 30multiple cache files for a given package, consuming a substantial amount of
31disk space. However, only the most recent cache files are likeky to be reusable. 31disk space. However, only the most recent ones are likely to be reused.
32 32
33The following command is a quick way to purge all the cache files which 33The following command is a quick way to purge all the cache files which
34haven't been used for a least a specified number of days:: 34haven't been used for a least a specified number of days::