Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] Make do_clean description more explicit
@ 2026-08-11 17:12 anis
  2026-08-11 17:12 ` [PATCH 1/1] conf/documentation.conf: " anis
  0 siblings, 1 reply; 2+ messages in thread
From: anis @ 2026-08-11 17:12 UTC (permalink / raw)
  To: openembedded-core; +Cc: anis

The same proposal has been made for yocto-docs
where the patch is under review.

anis (1):
  conf/documentation.conf: Make do_clean description more explicit

 meta/conf/documentation.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.50.1 (Apple Git-155)



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] conf/documentation.conf: Make do_clean description more explicit
  2026-08-11 17:12 [PATCH 0/1] Make do_clean description more explicit anis
@ 2026-08-11 17:12 ` anis
  0 siblings, 0 replies; 2+ messages in thread
From: anis @ 2026-08-11 17:12 UTC (permalink / raw)
  To: openembedded-core; +Cc: anis

The current do_clean task description is generic and does not
specify which files will be removed.

This commit adds details about the files that are removed by
explicitly listing the affected subdirectories.

Signed-off-by: anis <anis.bougrine10@gmail.com>
---
 meta/conf/documentation.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf
index 4c5a5ee8c2..72513296e2 100644
--- a/meta/conf/documentation.conf
+++ b/meta/conf/documentation.conf
@@ -8,7 +8,7 @@ do_bootimg[doc] = "Creates a bootable live image"
 do_build[doc] = "Default task for a recipe - depends on all other normal tasks required to 'build' a recipe"
 do_bundle_initramfs[doc] = "Combines an initial ramdisk image and kernel together to form a single image"
 do_checkuri[doc] = "Validates the SRC_URI value"
-do_clean[doc] = "Removes all output files for a target"
+do_clean[doc] = "Removes all output files for a target including ${WORKDIR}, sstate manifests and stamps"
 do_cleanall[doc] = "Removes all output files, shared state cache, and downloaded source files for a target"
 do_cleansstate[doc] = "Removes all output files and shared state cache for a target"
 do_compile[doc] = "Compiles the source in the compilation directory"
-- 
2.50.1 (Apple Git-155)



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-08-11 17:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-11 17:12 [PATCH 0/1] Make do_clean description more explicit anis
2026-08-11 17:12 ` [PATCH 1/1] conf/documentation.conf: " anis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox