mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
66a523d7e7
commit
2aae1accee
@@ -492,7 +492,7 @@ task.
|
||||
|
||||
Removes all output files and shared state
|
||||
(:ref:`sstate <overview-manual/concepts:shared state cache>`) cache for a
|
||||
target. Essentially, the ``do_cleansstate`` task is identical to the
|
||||
target. Essentially, the :ref:`ref-tasks-cleansstate` task is identical to the
|
||||
:ref:`ref-tasks-clean` task with the added removal of
|
||||
shared state (:ref:`sstate <overview-manual/concepts:shared state cache>`)
|
||||
cache.
|
||||
@@ -501,13 +501,13 @@ You can run this task using BitBake as follows::
|
||||
|
||||
$ bitbake -c cleansstate recipe
|
||||
|
||||
When you run the ``do_cleansstate`` task, the OpenEmbedded build system
|
||||
When you run the :ref:`ref-tasks-cleansstate` task, the OpenEmbedded build system
|
||||
no longer uses any sstate. Consequently, building the recipe from
|
||||
scratch is guaranteed.
|
||||
|
||||
.. note::
|
||||
|
||||
The ``do_cleansstate`` task cannot remove sstate from a remote sstate
|
||||
The :ref:`ref-tasks-cleansstate` task cannot remove sstate from a remote sstate
|
||||
mirror. If you need to build a target from scratch using remote mirrors, use
|
||||
the "-f" option as follows::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user