summaryrefslogtreecommitdiffstats
path: root/documentation/poky.yaml.in
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-03-17 09:59:20 +0100
committerSteve Sakoman <steve@sakoman.com>2024-03-01 05:19:55 -1000
commit7b6b03a1ebb43e737c6feb8700ef679d09302f1d (patch)
tree83a888586e942b3c9fe4002f68a1578b67b90065 /documentation/poky.yaml.in
parent64778b45ca53cb7d18c8f094c7bbb96bdc17c95f (diff)
downloadpoky-7b6b03a1ebb43e737c6feb8700ef679d09302f1d.tar.gz
manuals: add minimum RAM requirements
Measured by generating a "core-image-sato" image for a "qemux86-64" machine from an Ubuntu 22.04 VM with 4 cores. Less memory was not enough and caused Out of Memory failures. (From yocto-docs rev: 5009d3898a1649074d1fc252ed33ecbf3235ed75) 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.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/poky.yaml.in b/documentation/poky.yaml.in
index 1d4e176604..8c6549d571 100644
--- a/documentation/poky.yaml.in
+++ b/documentation/poky.yaml.in
@@ -48,3 +48,7 @@ MIN_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 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" 50MIN_DISK_SPACE : "90"
51# Disk space (Gbytes) needed to generate qemux86-64 core-image-sato on Ubuntu 22.04 (x86-64) with "rm_work", rounded up from 38
52MIN_DISK_SPACE_RM_WORK : "40"
53# RAM (Gbytes) needed to generate qemux86-64 core-image-sato on Ubuntu 22.04 (x86-64) on a 4 core system
54MIN_RAM : "8"