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 <[email protected]>
---
 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)

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#243218): 
https://lists.openembedded.org/g/openembedded-core/message/243218
Mute This Topic: https://lists.openembedded.org/mt/120704932/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to