diff mbox series

[1/2] dev-manual: update recommendations for build system

Message ID 20260924-min-cpu-requirements-v1-1-003fc136e9c4@bootlin.com
State Under Review
Headers show
Series Add a recommended minimum number of CPU cores for the host | expand

Commit Message

Antonin Godard Sept. 24, 2026, 11:48 a.m. UTC
From: "Robert P. J. Day" <rpjday@crashcourse.ca>

Drop the reference to "Xeon" and hard-coded RAM and disk space
recommendations and get those values from poky.yaml.in.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
[ag: move period out of parenthesis]
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 documentation/dev-manual/start.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/documentation/dev-manual/start.rst b/documentation/dev-manual/start.rst
index c7d0fe3da..5f0bb37b7 100644
--- a/documentation/dev-manual/start.rst
+++ b/documentation/dev-manual/start.rst
@@ -55,9 +55,9 @@  particular working environment and set of practices.
 #.  *Gather the Hardware:* Based on the size and make-up of the team,
     get the hardware together. Ideally, any development, build, or test
     engineer uses a system that runs a supported Linux distribution.
-    These systems, in general, should be high performance (e.g. dual,
-    six-core Xeons with 24 Gbytes of RAM and plenty of disk space). You
-    can help ensure efficiency by having any machines used for testing
+    These systems, in general, should be high performance (e.g. a minimum
+    of &MIN_RAM; Gbytes of RAM and at least &MIN_DISK_SPACE; Gbytes of disk space).
+    You can help ensure efficiency by having any machines used for testing
     or that run Autobuilders be as high performance as possible.
 
     .. note::