diff options
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/disk-space.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/dev-manual/disk-space.rst b/documentation/dev-manual/disk-space.rst index 3a5d2b7297..c63591cc7a 100644 --- a/documentation/dev-manual/disk-space.rst +++ b/documentation/dev-manual/disk-space.rst | |||
@@ -17,6 +17,12 @@ building a recipe once the recipe is built. For more information on | |||
17 | "rm_work", see the :ref:`ref-classes-rm-work` class in the | 17 | "rm_work", see the :ref:`ref-classes-rm-work` class in the |
18 | Yocto Project Reference Manual. | 18 | Yocto Project Reference Manual. |
19 | 19 | ||
20 | When you inherit this class and build a ``core-image-sato`` image for a | ||
21 | ``qemux86-64`` machine from an Ubuntu 22.04 x86-64 system, you end up with a | ||
22 | final disk usage of 22 Gbytes instead of &MIN_DISK_SPACE; Gbytes. However, | ||
23 | &MIN_DISK_SPACE_RM_WORK; Gbytes of initial free disk space are still needed to | ||
24 | create temporary files before they can be deleted. | ||
25 | |||
20 | Purging Duplicate Shared State Cache Files | 26 | Purging Duplicate Shared State Cache Files |
21 | ========================================== | 27 | ========================================== |
22 | 28 | ||