diff options
| -rw-r--r-- | documentation/dev-manual/common-tasks.rst | 2 | ||||
| -rw-r--r-- | documentation/ref-manual/tasks.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst index 93007d5a1b..9a7d8cbe66 100644 --- a/documentation/dev-manual/common-tasks.rst +++ b/documentation/dev-manual/common-tasks.rst | |||
| @@ -3458,7 +3458,7 @@ Follow these general steps: | |||
| 3458 | .. note:: | 3458 | .. note:: |
| 3459 | 3459 | ||
| 3460 | All the modifications you make to the temporary source code disappear | 3460 | All the modifications you make to the temporary source code disappear |
| 3461 | once you run the :ref:`ref-tasks-clean` or ``do_cleanall`` tasks using BitBake | 3461 | once you run the :ref:`ref-tasks-clean` or :ref:`ref-tasks-cleanall` tasks using BitBake |
| 3462 | (i.e. ``bitbake -c clean package`` and ``bitbake -c cleanall package``). | 3462 | (i.e. ``bitbake -c clean package`` and ``bitbake -c cleanall package``). |
| 3463 | Modifications will also disappear if you use the ``rm_work`` feature as | 3463 | Modifications will also disappear if you use the ``rm_work`` feature as |
| 3464 | described in the | 3464 | described in the |
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 | ||
