summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-09-23 19:25:47 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-07 10:54:26 +0100
commit2aae1acceed4209ab545b679cf7617a6869f4288 (patch)
tree8c5facbc610da5b917af6b4b47b3b449b84990f9 /documentation
parent66a523d7e7b5753178efc09c6f9bc8ba810dee34 (diff)
downloadpoky-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.rst6
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
493Removes all output files and shared state 493Removes 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
495target. Essentially, the ``do_cleansstate`` task is identical to the 495target. 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
497shared state (:ref:`sstate <overview-manual/concepts:shared state cache>`) 497shared state (:ref:`sstate <overview-manual/concepts:shared state cache>`)
498cache. 498cache.
@@ -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
504When you run the ``do_cleansstate`` task, the OpenEmbedded build system 504When you run the :ref:`ref-tasks-cleansstate` task, the OpenEmbedded build system
505no longer uses any sstate. Consequently, building the recipe from 505no longer uses any sstate. Consequently, building the recipe from
506scratch is guaranteed. 506scratch 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