summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorPaul Eggleton <bluelightning@bluelightning.org>2024-04-14 13:43:14 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-16 07:55:42 +0100
commitbba5a688ea974cf9cbc4ec7530d20cf9f8756ef8 (patch)
tree661ce68439fa71b5e5078c3417725ae362080752 /documentation
parentbb4f3bc1fc6f9f057c5a0ab4d6664b92df0cefb0 (diff)
downloadpoky-bba5a688ea974cf9cbc4ec7530d20cf9f8756ef8.tar.gz
dev-manual: update reference to sstate-cache-management script
* Script is now .py * In the example, we would most likely be within the build directory already, so the path would be just "sstate-cache" not "build/sstate-cache" (From yocto-docs rev: a655ef8f5fee98e55277cbd40a092fcae697cbae) Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/disk-space.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/disk-space.rst b/documentation/dev-manual/disk-space.rst
index 6d1638a302..efca82601d 100644
--- a/documentation/dev-manual/disk-space.rst
+++ b/documentation/dev-manual/disk-space.rst
@@ -49,7 +49,7 @@ requires a full build environment to be available and doesn't work well
49covering multiple releases. It won't work either on limited environments 49covering multiple releases. It won't work either on limited environments
50such as BSD based NAS:: 50such as BSD based NAS::
51 51
52 sstate-cache-management.sh --remove-duplicated --cache-dir=build/sstate-cache 52 sstate-cache-management.py --remove-duplicated --cache-dir=sstate-cache
53 53
54This command will ask you to confirm the deletions it identifies. 54This command will ask you to confirm the deletions it identifies.
55Run ``sstate-cache-management.sh`` for more details about this script. 55Run ``sstate-cache-management.sh`` for more details about this script.