diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-09-18 16:43:46 +0200 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-09-29 04:33:44 -1000 |
| commit | 473d725a5f004e09a21761684c6bd36b944c5540 (patch) | |
| tree | 0170fee26fee4e8ef639f3b369c6464539e8a61d /documentation | |
| parent | 20bbfa89c31522768f5fd44232853573df8a7408 (diff) | |
| download | poky-473d725a5f004e09a21761684c6bd36b944c5540.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: e893d66999a97732780ff2b1ba6fb7e6e9d2eff7)
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: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/dev-manual/disk-space.rst | 8 |
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 |
| 24 | create temporary files before they can be deleted. | 24 | create temporary files before they can be deleted. |
| 25 | 25 | ||
| 26 | Purging Duplicate Shared State Cache Files | 26 | Purging Obsolete Shared State Cache Files |
| 27 | ========================================== | 27 | ========================================= |
| 28 | 28 | ||
| 29 | After multiple build iterations, the Shared State (sstate) cache can contain | 29 | After multiple build iterations, the Shared State (sstate) cache can contain |
| 30 | duplicate cache files for a given package, consuming a substantial amount of | 30 | multiple cache files for a given package, consuming a substantial amount of |
| 31 | disk space. However, only the most recent cache files are likeky to be reusable. | 31 | disk space. However, only the most recent ones are likely to be reused. |
| 32 | 32 | ||
| 33 | The following command is a quick way to purge all the cache files which | 33 | The following command is a quick way to purge all the cache files which |
| 34 | haven't been used for a least a specified number of days:: | 34 | haven't been used for a least a specified number of days:: |
