mbox series

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

Message ID 20240228-clean-tasks-notes-v3-0-368af5e1aa0e@bootlin.com
Headers show
Series Discourage using do_cleansstate and do_cleanall | expand

Message

Luca Ceresoli Feb. 28, 2024, 11:25 a.m. UTC
do_cleansstate and do_cleanall can generate build failures. Document this
and discourage using them.

Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
---
Changes in v3:
- fix typos
- add missing '-c'
- mention DL_DIR and SSTATE_DIR
- reword sentence using the version proposed by Quentin
- Link to v2: https://lore.kernel.org/r/20240227-clean-tasks-notes-v2-0-35fb627e9ca0@bootlin.com

Changes in v2:
- improved the do_cleanall patch to show it applies also without a
  shared DL_DIR
- add new patch for do_cleansstate
- Link to v1: https://lore.kernel.org/yocto-docs/20240219155513.76738-1-luca.ceresoli@bootlin.com

---
Luca Ceresoli (2):
      ref-manual: tasks: do_cleanall: recommend using '-f' instead
      ref-manual: tasks: do_cleansstate: recommend using '-f' instead for a shared sstate

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

Best regards,