mbox series

[v2,0/2] Discourage using do_cleansstate and do_cleanall

Message ID 20240227-clean-tasks-notes-v2-0-35fb627e9ca0@bootlin.com
Headers show
Series Discourage using do_cleansstate and do_cleanall | expand

Message

Luca Ceresoli Feb. 27, 2024, 10:59 a.m. UTC
do_cleansstate and do_cleanall can generate build failures. Document this
and discourage using them.

Changed in v2:
 - improved the do_cleanall patch to show it applies also without a
   shared DL_DIR
 - add new patch for do_cleansstate

[v1] https://lore.kernel.org/yocto-docs/20240219155513.76738-1-luca.ceresoli@bootlin.com

Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
---
Luca Ceresoli (2):
      ref-manual: tasks: do_cleanall: recommend using '-f fetch' instead
      ref-manual: tasks: do_cleansstate: recommend using '-f' instead for a shared sstate

 documentation/ref-manual/tasks.rst | 37 ++++++++++++++++++++++++++++++++++---
 1 file changed, 34 insertions(+), 3 deletions(-)
---
base-commit: 6571eb02cbd5c2b96df0f279f25b63255ab7eac4
change-id: 20240227-clean-tasks-notes-56899a5abdf6

Best regards,