mirror of
https://git.yoctoproject.org/poky
synced 2026-09-20 03:49:32 +02:00
manuals: add references to the "do_cleanall" task
[YOCTO #14508] Reported-by: Quentin Schulz <foss@0leil.net> (From yocto-docs rev: 4c815875b7c716f421bbcd11ce26703867f11741) 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
c99fdab612
commit
66a523d7e7
@@ -3458,7 +3458,7 @@ Follow these general steps:
|
|||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
All the modifications you make to the temporary source code disappear
|
All the modifications you make to the temporary source code disappear
|
||||||
once you run the :ref:`ref-tasks-clean` or ``do_cleanall`` tasks using BitBake
|
once you run the :ref:`ref-tasks-clean` or :ref:`ref-tasks-cleanall` tasks using BitBake
|
||||||
(i.e. ``bitbake -c clean package`` and ``bitbake -c cleanall package``).
|
(i.e. ``bitbake -c clean package`` and ``bitbake -c cleanall package``).
|
||||||
Modifications will also disappear if you use the ``rm_work`` feature as
|
Modifications will also disappear if you use the ``rm_work`` feature as
|
||||||
described in the
|
described in the
|
||||||
|
|||||||
@@ -473,7 +473,7 @@ use the :ref:`ref-tasks-cleansstate` task instead
|
|||||||
Removes all output files, shared state
|
Removes all output files, shared state
|
||||||
(:ref:`sstate <overview-manual/concepts:shared state cache>`) cache, and
|
(:ref:`sstate <overview-manual/concepts:shared state cache>`) cache, and
|
||||||
downloaded source files for a target (i.e. the contents of
|
downloaded source files for a target (i.e. the contents of
|
||||||
:term:`DL_DIR`). Essentially, the ``do_cleanall`` task is
|
:term:`DL_DIR`). Essentially, the :ref:`ref-tasks-cleanall` task is
|
||||||
identical to the :ref:`ref-tasks-cleansstate` task
|
identical to the :ref:`ref-tasks-cleansstate` task
|
||||||
with the added removal of downloaded source files.
|
with the added removal of downloaded source files.
|
||||||
|
|
||||||
@@ -481,7 +481,7 @@ You can run this task using BitBake as follows::
|
|||||||
|
|
||||||
$ bitbake -c cleanall recipe
|
$ bitbake -c cleanall recipe
|
||||||
|
|
||||||
Typically, you would not normally use the ``cleanall`` task. Do so only
|
Typically, you would not normally use the :ref:`ref-tasks-cleanall` task. Do so only
|
||||||
if you want to start fresh with the :ref:`ref-tasks-fetch`
|
if you want to start fresh with the :ref:`ref-tasks-fetch`
|
||||||
task.
|
task.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user