summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/tasks.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/tasks.rst')
-rw-r--r--documentation/ref-manual/tasks.rst14
1 files changed, 13 insertions, 1 deletions
diff --git a/documentation/ref-manual/tasks.rst b/documentation/ref-manual/tasks.rst
index a3258fda55..0f1f95b9ff 100644
--- a/documentation/ref-manual/tasks.rst
+++ b/documentation/ref-manual/tasks.rst
@@ -527,7 +527,19 @@ scratch is guaranteed.
527 527
528.. note:: 528.. note::
529 529
530 The ``do_cleansstate`` task cannot remove sstate from a remote sstate 530 Using :ref:`ref-tasks-cleansstate` with a shared :term:`SSTATE_DIR` is
531 not recommended because it could trigger an error during the build of a
532 separate BitBake instance. This is because the builds check sstate "up
533 front" but download the files later, so it if is deleted in the
534 meantime, it will cause an error but not a total failure as it will
535 rebuild it.
536
537 The reliable and preferred way to force a new build is to use ``bitbake
538 -f`` instead.
539
540.. note::
541
542 The :ref:`ref-tasks-cleansstate` task cannot remove sstate from a remote sstate
531 mirror. If you need to build a target from scratch using remote mirrors, use 543 mirror. If you need to build a target from scratch using remote mirrors, use
532 the "-f" option as follows:: 544 the "-f" option as follows::
533 545