diff options
Diffstat (limited to 'documentation/ref-manual/tasks.rst')
| -rw-r--r-- | documentation/ref-manual/tasks.rst | 6 |
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 | ||
| 493 | Removes all output files and shared state | 493 | Removes 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 |
| 495 | target. Essentially, the ``do_cleansstate`` task is identical to the | 495 | target. 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 |
| 497 | shared state (:ref:`sstate <overview-manual/concepts:shared state cache>`) | 497 | shared state (:ref:`sstate <overview-manual/concepts:shared state cache>`) |
| 498 | cache. | 498 | cache. |
| @@ -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 | ||
| 504 | When you run the ``do_cleansstate`` task, the OpenEmbedded build system | 504 | When you run the :ref:`ref-tasks-cleansstate` task, the OpenEmbedded build system |
| 505 | no longer uses any sstate. Consequently, building the recipe from | 505 | no longer uses any sstate. Consequently, building the recipe from |
| 506 | scratch is guaranteed. | 506 | scratch 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 | ||
