diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2025-05-26 05:43:54 -0400 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-06-11 08:17:34 -0700 |
commit | 6341ca8dfc57974d4fd7b7a881579830ac9af78a (patch) | |
tree | 1e16dd25a6b7b9b31d998c51fff0fc3c8fefbf17 /documentation | |
parent | c3e2edd4ddc18a33af3bf9d69b012dbf3b151ca4 (diff) | |
download | poky-6341ca8dfc57974d4fd7b7a881579830ac9af78a.tar.gz |
Clean up explanation of minimum required version numbers
Some simple rendering and grammar fixes.
(From yocto-docs rev: 649a440c4f4ed9f2020622c10603489e7b9b27b6)
Signed-off-by: "Robert P. J. Day" <rpjday@crashcourse.ca>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit 9a9624bfc4c523a6edf6f3f0c336e663cc939e75)
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/brief-yoctoprojectqs/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst index a17299a30a..b37142ef14 100644 --- a/documentation/brief-yoctoprojectqs/index.rst +++ b/documentation/brief-yoctoprojectqs/index.rst | |||
@@ -57,7 +57,7 @@ following requirements: | |||
57 | :ref:`dev-manual/start:preparing the build host` | 57 | :ref:`dev-manual/start:preparing the build host` |
58 | section in the Yocto Project Development Tasks Manual. | 58 | section in the Yocto Project Development Tasks Manual. |
59 | 59 | ||
60 | - | 60 | - Ensure that the following utilities have these minimum version numbers: |
61 | 61 | ||
62 | - Git &MIN_GIT_VERSION; or greater | 62 | - Git &MIN_GIT_VERSION; or greater |
63 | - tar &MIN_TAR_VERSION; or greater | 63 | - tar &MIN_TAR_VERSION; or greater |
@@ -65,7 +65,7 @@ following requirements: | |||
65 | - gcc &MIN_GCC_VERSION; or greater. | 65 | - gcc &MIN_GCC_VERSION; or greater. |
66 | - GNU make &MIN_MAKE_VERSION; or greater | 66 | - GNU make &MIN_MAKE_VERSION; or greater |
67 | 67 | ||
68 | If your build host does not meet any of these three listed version | 68 | If your build host does not satisfy all of the above version |
69 | requirements, you can take steps to prepare the system so that you | 69 | requirements, you can take steps to prepare the system so that you |
70 | can still use the Yocto Project. See the | 70 | can still use the Yocto Project. See the |
71 | :ref:`ref-manual/system-requirements:required git, tar, python, make and gcc versions` | 71 | :ref:`ref-manual/system-requirements:required git, tar, python, make and gcc versions` |