diff options
| author | Antonin Godard <antonin.godard@bootlin.com> | 2025-07-11 10:08:11 +0200 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-07-17 13:57:58 -0700 |
| commit | a1757785e403b2443121e0b2ccae5540eeb19d86 (patch) | |
| tree | 88f99e616bb1b5d0a9807e273bee7d7b51f30f5c /documentation | |
| parent | f8f778e3297a71d733685f53089f750eba0b170e (diff) | |
| download | poky-a1757785e403b2443121e0b2ccae5540eeb19d86.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: 459d461f1edebd65319e8b13386ab81b1bfcaeb0)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit 3055affc8a37a40d03206140e47caf3d1437ec35)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/poky.yaml.in | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
| 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 |
| 33 | MIN_DISK_SPACE_RM_WORK : "40" | 33 | MIN_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 |
| 35 | MIN_RAM : "8" | 35 | MIN_RAM : "32" |
