diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 3802c60d3f..4fdcb7b780 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -7670,6 +7670,25 @@ Some notes from Cal:
+
+ Conserving Disk Space During Builds
+
+
+ To help conserve disk space during builds, you can add the
+ following statement to your project's
+ local.conf configuration file found in the
+ Build Directory:
+
+ INHERIT += "rm_work"
+
+ Adding this statement deletes the work directory used for building
+ a recipe once the recipe is built.
+ For more information on "rm_work", see the
+ rm_work
+ class in the Yocto Project Reference Manual.
+
+
+