diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-09-23 19:24:01 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-07 10:54:26 +0100 |
commit | 66a523d7e7b5753178efc09c6f9bc8ba810dee34 (patch) | |
tree | 00593a2106666ae9c64ada1dea699f888054341b /documentation/ref-manual | |
parent | c99fdab61210115fd483409ea3c9a0c9fb2e9186 (diff) | |
download | poky-66a523d7e7b5753178efc09c6f9bc8ba810dee34.tar.gz |
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>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/tasks.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/tasks.rst b/documentation/ref-manual/tasks.rst index 3ce0817bb6..1843539ff2 100644 --- a/documentation/ref-manual/tasks.rst +++ b/documentation/ref-manual/tasks.rst | |||
@@ -473,7 +473,7 @@ use the :ref:`ref-tasks-cleansstate` task instead | |||
473 | Removes all output files, shared state | 473 | Removes all output files, shared state |
474 | (:ref:`sstate <overview-manual/concepts:shared state cache>`) cache, and | 474 | (:ref:`sstate <overview-manual/concepts:shared state cache>`) cache, and |
475 | downloaded source files for a target (i.e. the contents of | 475 | downloaded source files for a target (i.e. the contents of |
476 | :term:`DL_DIR`). Essentially, the ``do_cleanall`` task is | 476 | :term:`DL_DIR`). Essentially, the :ref:`ref-tasks-cleanall` task is |
477 | identical to the :ref:`ref-tasks-cleansstate` task | 477 | identical to the :ref:`ref-tasks-cleansstate` task |
478 | with the added removal of downloaded source files. | 478 | with the added removal of downloaded source files. |
479 | 479 | ||
@@ -481,7 +481,7 @@ You can run this task using BitBake as follows:: | |||
481 | 481 | ||
482 | $ bitbake -c cleanall recipe | 482 | $ bitbake -c cleanall recipe |
483 | 483 | ||
484 | Typically, you would not normally use the ``cleanall`` task. Do so only | 484 | Typically, you would not normally use the :ref:`ref-tasks-cleanall` task. Do so only |
485 | if you want to start fresh with the :ref:`ref-tasks-fetch` | 485 | if you want to start fresh with the :ref:`ref-tasks-fetch` |
486 | task. | 486 | task. |
487 | 487 | ||