diff options
author | Paul Eggleton <paul.eggleton@microsoft.com> | 2021-04-12 17:09:54 +1200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-15 20:18:58 +0100 |
commit | 5b11fd8881d8bb0bcdc9b761513392cdeeba77e3 (patch) | |
tree | 858b2ae03334a4e7ccc3dd4d0ac98fc6bd9be18c /documentation | |
parent | 93e2dd396e0338731ab5b0f0b64bd08528581065 (diff) | |
download | poky-5b11fd8881d8bb0bcdc9b761513392cdeeba77e3.tar.gz |
ref-manual: tweak buildtools section
Add a joining paragraph and fix the second section so that it makes
sense with the addition of the first one.
(From yocto-docs rev: 8ee993995d9d72873f36e40dda5e3f345901978c)
Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/system-requirements.rst | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst index 2e2d0d351f..80378cedb7 100644 --- a/documentation/ref-manual/system-requirements.rst +++ b/documentation/ref-manual/system-requirements.rst | |||
@@ -277,6 +277,9 @@ resolve this by installing a ``buildtools-extended`` tarball that | |||
277 | contains additional tools, the equivalent of the Debian/Ubuntu ``build-essential`` | 277 | contains additional tools, the equivalent of the Debian/Ubuntu ``build-essential`` |
278 | package. | 278 | package. |
279 | 279 | ||
280 | In the sections that follow, three different methods will be described for | ||
281 | installing the ``buildtools`` or ``buildtools-extended`` toolset. | ||
282 | |||
280 | Installing a Pre-Built ``buildtools`` Tarball with ``install-buildtools`` script | 283 | Installing a Pre-Built ``buildtools`` Tarball with ``install-buildtools`` script |
281 | -------------------------------------------------------------------------------- | 284 | -------------------------------------------------------------------------------- |
282 | 285 | ||
@@ -332,8 +335,9 @@ installer and automatically installs the tools for you: | |||
332 | Downloading a Pre-Built ``buildtools`` Tarball | 335 | Downloading a Pre-Built ``buildtools`` Tarball |
333 | ---------------------------------------------- | 336 | ---------------------------------------------- |
334 | 337 | ||
335 | Downloading and running a pre-built buildtools installer is the easiest | 338 | If you would prefer not to use the ``install-buildtools`` script, you can instead |
336 | of the two methods by which you can get these tools: | 339 | download and run a pre-built buildtools installer yourself with the following |
340 | steps: | ||
337 | 341 | ||
338 | 1. Locate and download the ``*.sh`` at &YOCTO_RELEASE_DL_URL;/buildtools/ | 342 | 1. Locate and download the ``*.sh`` at &YOCTO_RELEASE_DL_URL;/buildtools/ |
339 | 343 | ||