summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/start.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/start.rst')
-rw-r--r--documentation/dev-manual/start.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/documentation/dev-manual/start.rst b/documentation/dev-manual/start.rst
index 8cf3ebe316..499c3f8394 100644
--- a/documentation/dev-manual/start.rst
+++ b/documentation/dev-manual/start.rst
@@ -311,7 +311,7 @@ Project Build Host:
311 311
3123. *Meet Minimal Version Requirements:* The OpenEmbedded build system 3123. *Meet Minimal Version Requirements:* The OpenEmbedded build system
313 should be able to run on any modern distribution that has the 313 should be able to run on any modern distribution that has the
314 following versions for Git, tar, Python and gcc. 314 following versions for Git, tar, Python, gcc and make.
315 315
316 - Git &MIN_GIT_VERSION; or greater 316 - Git &MIN_GIT_VERSION; or greater
317 317
@@ -321,10 +321,12 @@ Project Build Host:
321 321
322 - gcc &MIN_GCC_VERSION; or greater. 322 - gcc &MIN_GCC_VERSION; or greater.
323 323
324 - GNU make &MIN_MAKE_VERSION; or greater
325
324 If your build host does not meet any of these listed version 326 If your build host does not meet any of these listed version
325 requirements, you can take steps to prepare the system so that you 327 requirements, you can take steps to prepare the system so that you
326 can still use the Yocto Project. See the 328 can still use the Yocto Project. See the
327 ":ref:`ref-manual/system-requirements:required git, tar, python and gcc versions`" 329 ":ref:`ref-manual/system-requirements:required git, tar, python, make and gcc versions`"
328 section in the Yocto Project Reference Manual for information. 330 section in the Yocto Project Reference Manual for information.
329 331
3304. *Install Development Host Packages:* Required development host 3324. *Install Development Host Packages:* Required development host