summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-12-14 09:36:00 +0100
committerSteve Sakoman <steve@sakoman.com>2024-03-01 05:19:55 -1000
commite0c348b64473a66bdd13da4facbfd17700899a9d (patch)
tree868d83772a60ad59cc8737d459afbb8624ae871d /documentation/dev-manual
parent9e5a9e6f945dae5c3d2e1932449d9494d903cbff (diff)
downloadpoky-e0c348b64473a66bdd13da4facbfd17700899a9d.tar.gz
manuals: update references to buildtools
Also fix number of corresponding paragraphs (From yocto-docs rev: 28ee2d91fe4dd0549940dc5df1ff1d59363fcc0f) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/start.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/documentation/dev-manual/start.rst b/documentation/dev-manual/start.rst
index 9dc9b855b3..834fb13088 100644
--- a/documentation/dev-manual/start.rst
+++ b/documentation/dev-manual/start.rst
@@ -308,10 +308,12 @@ Project Build Host:
308 308
309 - gcc &MIN_GCC_VERSION; or greater. 309 - gcc &MIN_GCC_VERSION; or greater.
310 310
311 - GNU make &MIN_MAKE_VERSION; or greater
312
311 If your build host does not meet any of these listed version 313 If your build host does not meet any of these listed version
312 requirements, you can take steps to prepare the system so that you 314 requirements, you can take steps to prepare the system so that you
313 can still use the Yocto Project. See the 315 can still use the Yocto Project. See the
314 ":ref:`ref-manual/system-requirements:required git, tar, python and gcc versions`" 316 ":ref:`ref-manual/system-requirements:required git, tar, python, make and gcc versions`"
315 section in the Yocto Project Reference Manual for information. 317 section in the Yocto Project Reference Manual for information.
316 318
3174. *Install Development Host Packages:* Required development host 3194. *Install Development Host Packages:* Required development host