From 7b6b03a1ebb43e737c6feb8700ef679d09302f1d Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Fri, 17 Mar 2023 09:59:20 +0100 Subject: 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 Signed-off-by: Steve Sakoman --- documentation/poky.yaml.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'documentation/poky.yaml.in') 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" MIN_MAKE_VERSION : "4.0" # Disk space (Gbytes) needed to generate qemux86-64 core-image-sato on Ubuntu 22.04 (x86-64), rounded up from 87 MIN_DISK_SPACE : "90" +# Disk space (Gbytes) needed to generate qemux86-64 core-image-sato on Ubuntu 22.04 (x86-64) with "rm_work", rounded up from 38 +MIN_DISK_SPACE_RM_WORK : "40" +# RAM (Gbytes) needed to generate qemux86-64 core-image-sato on Ubuntu 22.04 (x86-64) on a 4 core system +MIN_RAM : "8" -- cgit v1.2.3-54-g00ecf