浏览代码

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>
Paul Eggleton 1 年之前
父节点
当前提交
bba5a688ea
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      documentation/dev-manual/disk-space.rst

+ 1 - 1
documentation/dev-manual/disk-space.rst

@@ -49,7 +49,7 @@ requires a full build environment to be available and doesn't work well
 covering multiple releases. It won't work either on limited environments
 covering multiple releases. It won't work either on limited environments
 such as BSD based NAS::
 such as BSD based NAS::
 
 
-   sstate-cache-management.sh --remove-duplicated --cache-dir=build/sstate-cache
+   sstate-cache-management.py --remove-duplicated --cache-dir=sstate-cache
 
 
 This command will ask you to confirm the deletions it identifies.
 This command will ask you to confirm the deletions it identifies.
 Run ``sstate-cache-management.sh`` for more details about this script.
 Run ``sstate-cache-management.sh`` for more details about this script.