diff options
Diffstat (limited to 'documentation/ref-manual')
| -rw-r--r-- | documentation/ref-manual/faq.rst | 2 | ||||
| -rw-r--r-- | documentation/ref-manual/system-requirements.rst | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/documentation/ref-manual/faq.rst b/documentation/ref-manual/faq.rst index 3b65588caa..64fdfdf756 100644 --- a/documentation/ref-manual/faq.rst +++ b/documentation/ref-manual/faq.rst | |||
| @@ -16,7 +16,7 @@ first before being pulled back into Poky. This practice benefits both | |||
| 16 | projects immediately. | 16 | projects immediately. |
| 17 | 17 | ||
| 18 | **Q:** My development system does not meet the required Git, tar, and | 18 | **Q:** My development system does not meet the required Git, tar, and |
| 19 | Python versions. In particular, I do not have Python 3.5.0 or greater. | 19 | Python versions. In particular, I do not have Python &MIN_PYTHON_VERSION; or greater. |
| 20 | Can I still use the Yocto Project? | 20 | Can I still use the Yocto Project? |
| 21 | 21 | ||
| 22 | **A:** You can get the required tools on your host development system a | 22 | **A:** You can get the required tools on your host development system a |
diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst index 6edfa1a865..dc619cece3 100644 --- a/documentation/ref-manual/system-requirements.rst +++ b/documentation/ref-manual/system-requirements.rst | |||
| @@ -256,11 +256,11 @@ Required Git, tar, Python and gcc Versions | |||
| 256 | In order to use the build system, your host development system must meet | 256 | In order to use the build system, your host development system must meet |
| 257 | the following version requirements for Git, tar, and Python: | 257 | the following version requirements for Git, tar, and Python: |
| 258 | 258 | ||
| 259 | - Git 1.8.3.1 or greater | 259 | - Git &MIN_GIT_VERSION; or greater |
| 260 | 260 | ||
| 261 | - tar 1.28 or greater | 261 | - tar &MIN_TAR_VERSION; or greater |
| 262 | 262 | ||
| 263 | - Python 3.5.0 or greater | 263 | - Python &MIN_PYTHON_VERSION; or greater |
| 264 | 264 | ||
| 265 | If your host development system does not meet all these requirements, | 265 | If your host development system does not meet all these requirements, |
| 266 | you can resolve this by installing a ``buildtools`` tarball that | 266 | you can resolve this by installing a ``buildtools`` tarball that |
| @@ -270,7 +270,7 @@ a pre-built tarball or use BitBake to build the tarball. | |||
| 270 | In addition, your host development system must meet the following | 270 | In addition, your host development system must meet the following |
| 271 | version requirement for gcc: | 271 | version requirement for gcc: |
| 272 | 272 | ||
| 273 | - gcc 5.0 or greater | 273 | - gcc &MIN_GCC_VERSION; or greater |
| 274 | 274 | ||
| 275 | If your host development system does not meet this requirement, you can | 275 | If your host development system does not meet this requirement, you can |
| 276 | resolve this by installing a ``buildtools-extended`` tarball that | 276 | resolve this by installing a ``buildtools-extended`` tarball that |
