From a1757785e403b2443121e0b2ccae5540eeb19d86 Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Fri, 11 Jul 2025 10:08:11 +0200 Subject: poky.yaml.in: increase minimum RAM from 8 to 32 In the light of the recent LLVM addition, and other such heavier recipes, increase the minimum RAM requirement from 8Gb to 32Gb. (From yocto-docs rev: 459d461f1edebd65319e8b13386ab81b1bfcaeb0) Signed-off-by: Antonin Godard (cherry picked from commit 3055affc8a37a40d03206140e47caf3d1437ec35) Signed-off-by: Antonin Godard Signed-off-by: Steve Sakoman --- documentation/poky.yaml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation') diff --git a/documentation/poky.yaml.in b/documentation/poky.yaml.in index 26c21e346f..bb7940e524 100644 --- a/documentation/poky.yaml.in +++ b/documentation/poky.yaml.in @@ -32,4 +32,4 @@ 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" +MIN_RAM : "32" -- cgit v1.2.3-54-g00ecf