summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/brief-yoctoprojectqs/index.rst4
-rw-r--r--documentation/poky.yaml.in2
-rw-r--r--documentation/ref-manual/system-requirements.rst11
3 files changed, 16 insertions, 1 deletions
diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst
index 7b8baf233a..07e95ee85c 100644
--- a/documentation/brief-yoctoprojectqs/index.rst
+++ b/documentation/brief-yoctoprojectqs/index.rst
@@ -40,7 +40,9 @@ Compatible Linux Distribution
40Make sure your :term:`Build Host` meets the 40Make sure your :term:`Build Host` meets the
41following requirements: 41following requirements:
42 42
43- 50 Gbytes of free disk space 43- At least &MIN_DISK_SPACE; Gbytes of free disk space, though
44 much more will help to run multiple builds and increase
45 performance by reusing build artifacts.
44 46
45- Runs a supported Linux distribution (i.e. recent releases of Fedora, 47- Runs a supported Linux distribution (i.e. recent releases of Fedora,
46 openSUSE, CentOS, Debian, or Ubuntu). For a list of Linux 48 openSUSE, CentOS, Debian, or Ubuntu). For a list of Linux
diff --git a/documentation/poky.yaml.in b/documentation/poky.yaml.in
index 30e1050824..7810b8d2a5 100644
--- a/documentation/poky.yaml.in
+++ b/documentation/poky.yaml.in
@@ -41,3 +41,5 @@ MIN_TAR_VERSION : "1.28"
41MIN_GIT_VERSION : "1.8.3.1" 41MIN_GIT_VERSION : "1.8.3.1"
42MIN_GCC_VERSION : "7.5" 42MIN_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
45MIN_DISK_SPACE : "90"
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