summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-03-16 19:51:12 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-04-03 14:48:47 +0100
commit71b964b0dca60093e643db67c0cf26a75a6c1fcc (patch)
tree9d3a9cea2dda1c8725119c01c1c3bee5f9c86336 /documentation
parentc8b7c5ab1e2d7e2019ec8ffcb968610412ec495a (diff)
downloadpoky-71b964b0dca60093e643db67c0cf26a75a6c1fcc.tar.gz
manuals: add rm_work disk space data
(From yocto-docs rev: 8121a02cde6b0149aef441926c5b8e89cb9854df) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/disk-space.rst6
-rw-r--r--documentation/poky.yaml.in2
2 files changed, 8 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
18Yocto Project Reference Manual. 18Yocto Project Reference Manual.
19 19
20When 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
22final 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
24create temporary files before they can be deleted.
25
20Purging Duplicate Shared State Cache Files 26Purging Duplicate Shared State Cache Files
21========================================== 27==========================================
22 28
diff --git a/documentation/poky.yaml.in b/documentation/poky.yaml.in
index 7810b8d2a5..eefdd3f30d 100644
--- a/documentation/poky.yaml.in
+++ b/documentation/poky.yaml.in
@@ -43,3 +43,5 @@ MIN_GCC_VERSION : "7.5"
43MIN_MAKE_VERSION : "4.0" 43MIN_MAKE_VERSION : "4.0"
44# Disk space (Gbytes) needed to generate qemux86-64 core-image-sato on Ubuntu 22.04 (x86-64), rounded up from 87 44# Disk space (Gbytes) needed to generate qemux86-64 core-image-sato on Ubuntu 22.04 (x86-64), rounded up from 87
45MIN_DISK_SPACE : "90" 45MIN_DISK_SPACE : "90"
46# Disk space (Gbytes) needed to generate qemux86-64 core-image-sato on Ubuntu 22.04 (x86-64) with "rm_work", rounded up from 38
47MIN_DISK_SPACE_RM_WORK : "40"