summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2025-07-11 10:08:11 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-07-11 13:30:44 +0100
commitaaf748b28c2694a88888457faff747f078d4a0a5 (patch)
tree04e6db34958247a08544ffd4d6e56512f8fcedf5
parent8542be1726b437b428e5b5ffcd970322dc2e0105 (diff)
downloadpoky-aaf748b28c2694a88888457faff747f078d4a0a5.tar.gz
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 <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/poky.yaml.in2
1 files changed, 1 insertions, 1 deletions
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"
32# Disk space (Gbytes) needed to generate qemux86-64 core-image-sato on Ubuntu 22.04 (x86-64) with "rm_work", rounded up from 38 32# Disk space (Gbytes) needed to generate qemux86-64 core-image-sato on Ubuntu 22.04 (x86-64) with "rm_work", rounded up from 38
33MIN_DISK_SPACE_RM_WORK : "40" 33MIN_DISK_SPACE_RM_WORK : "40"
34# RAM (Gbytes) needed to generate qemux86-64 core-image-sato on Ubuntu 22.04 (x86-64) on a 4 core system 34# RAM (Gbytes) needed to generate qemux86-64 core-image-sato on Ubuntu 22.04 (x86-64) on a 4 core system
35MIN_RAM : "8" 35MIN_RAM : "32"