diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-09-23 19:25:47 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-07 10:54:26 +0100 |
commit | 2aae1acceed4209ab545b679cf7617a6869f4288 (patch) | |
tree | 8c5facbc610da5b917af6b4b47b3b449b84990f9 /documentation | |
parent | 66a523d7e7b5753178efc09c6f9bc8ba810dee34 (diff) | |
download | poky-2aae1acceed4209ab545b679cf7617a6869f4288.tar.gz |
ref-manual: tasks.rst: add references to the "do_cleansstate" task
[YOCTO #14508]
Reported-by: Quentin Schulz <foss@0leil.net>
(From yocto-docs rev: 2d48187906e289caf33bf53e6ddecfe56f6fd74b)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/tasks.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/tasks.rst b/documentation/ref-manual/tasks.rst index 1843539ff2..7129fe4329 100644 --- a/documentation/ref-manual/tasks.rst +++ b/documentation/ref-manual/tasks.rst | |||
@@ -492,7 +492,7 @@ task. | |||
492 | 492 | ||
493 | Removes all output files and shared state | 493 | Removes all output files and shared state |
494 | (:ref:`sstate <overview-manual/concepts:shared state cache>`) cache for a | 494 | (:ref:`sstate <overview-manual/concepts:shared state cache>`) cache for a |
495 | target. Essentially, the ``do_cleansstate`` task is identical to the | 495 | target. Essentially, the :ref:`ref-tasks-cleansstate` task is identical to the |
496 | :ref:`ref-tasks-clean` task with the added removal of | 496 | :ref:`ref-tasks-clean` task with the added removal of |
497 | shared state (:ref:`sstate <overview-manual/concepts:shared state cache>`) | 497 | shared state (:ref:`sstate <overview-manual/concepts:shared state cache>`) |
498 | cache. | 498 | cache. |
@@ -501,13 +501,13 @@ You can run this task using BitBake as follows:: | |||
501 | 501 | ||
502 | $ bitbake -c cleansstate recipe | 502 | $ bitbake -c cleansstate recipe |
503 | 503 | ||
504 | When you run the ``do_cleansstate`` task, the OpenEmbedded build system | 504 | When you run the :ref:`ref-tasks-cleansstate` task, the OpenEmbedded build system |
505 | no longer uses any sstate. Consequently, building the recipe from | 505 | no longer uses any sstate. Consequently, building the recipe from |
506 | scratch is guaranteed. | 506 | scratch is guaranteed. |
507 | 507 | ||
508 | .. note:: | 508 | .. note:: |
509 | 509 | ||
510 | The ``do_cleansstate`` task cannot remove sstate from a remote sstate | 510 | The :ref:`ref-tasks-cleansstate` task cannot remove sstate from a remote sstate |
511 | mirror. If you need to build a target from scratch using remote mirrors, use | 511 | mirror. If you need to build a target from scratch using remote mirrors, use |
512 | the "-f" option as follows:: | 512 | the "-f" option as follows:: |
513 | 513 | ||