summaryrefslogtreecommitdiffstats
path: root/documentation/poky.yaml.in
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-03-16 18:34:53 +0100
committerSteve Sakoman <steve@sakoman.com>2024-03-01 05:19:55 -1000
commit64778b45ca53cb7d18c8f094c7bbb96bdc17c95f (patch)
tree27c5a545a62fb6f017bd26be4a6cafcfdd34f6fb /documentation/poky.yaml.in
parentf59e2c869cd8918447d9fce7d1db69c1bdddc4dd (diff)
downloadpoky-64778b45ca53cb7d18c8f094c7bbb96bdc17c95f.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: 6e88a53c47f15376c4eec8b34d14239dcf285da3) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/poky.yaml.in')
-rw-r--r--documentation/poky.yaml.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/poky.yaml.in b/documentation/poky.yaml.in
index 6b942f0959..1d4e176604 100644
--- a/documentation/poky.yaml.in
+++ b/documentation/poky.yaml.in
@@ -46,3 +46,5 @@ MIN_TAR_VERSION : "1.28"
46MIN_GIT_VERSION : "1.8.3.1" 46MIN_GIT_VERSION : "1.8.3.1"
47MIN_GCC_VERSION : "7.5" 47MIN_GCC_VERSION : "7.5"
48MIN_MAKE_VERSION : "4.0" 48MIN_MAKE_VERSION : "4.0"
49# Disk space (Gbytes) needed to generate qemux86-64 core-image-sato on Ubuntu 22.04 (x86-64), rounded up from 87
50MIN_DISK_SPACE : "90"