From aaf748b28c2694a88888457faff747f078d4a0a5 Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Fri, 11 Jul 2025 10:08:11 +0200 Subject: [PATCH] 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: 3055affc8a37a40d03206140e47caf3d1437ec35) Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- documentation/poky.yaml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/poky.yaml.in b/documentation/poky.yaml.in index 39ece05e9c..cdd78d2e5d 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"