summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/system-requirements.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-03-16 18:34:53 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-04-03 14:48:47 +0100
commitc8b7c5ab1e2d7e2019ec8ffcb968610412ec495a (patch)
tree89454296a4c5bec5c9537b51da6a6eca6281c7bd /documentation/ref-manual/system-requirements.rst
parent66f7944f9e93ebb43f8c9a343fea40c54c958de2 (diff)
downloadpoky-c8b7c5ab1e2d7e2019ec8ffcb968610412ec495a.tar.gz
manuals: update disk space requirements
Tests made on Poky master on March 16, 2023. Add a "Free Disk Space" section to the "System Requirements" document. (From yocto-docs rev: 285ba689ce3ab7b7fdb4bb0d0284e2a52ad62c7f) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/system-requirements.rst')
-rw-r--r--documentation/ref-manual/system-requirements.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst
index 0fbe3f12c8..bf50fc510a 100644
--- a/documentation/ref-manual/system-requirements.rst
+++ b/documentation/ref-manual/system-requirements.rst
@@ -31,6 +31,17 @@ and conceptual information in the :doc:`/overview-manual/index`.
31 31
32.. _detailed-supported-distros: 32.. _detailed-supported-distros:
33 33
34Minimum Free Disk Space
35=======================
36
37To build an image such as ``core-image-sato`` for the ``qemux86-64`` machine,
38you need a system with at least &MIN_DISK_SPACE; Gbytes of free disk space.
39However, much more disk space will be necessary to build more complex images,
40to run multiple builds and to cache build artifacts, improving build efficiency.
41
42If you have a shortage of disk space, see the ":doc:`/dev-manual/disk-space`"
43section of the Development Tasks Manual.
44
34Supported Linux Distributions 45Supported Linux Distributions
35============================= 46=============================
36 47