diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2021-09-06 07:59:07 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-18 13:03:45 +0100 |
commit | 70059b37c748d49e9fe83b26d4dc95308df18309 (patch) | |
tree | cf1c2f758e46cd27457007748a8f0f6f88591252 /documentation | |
parent | 2e09b9d8a3a4795000096bbe869f8365cb5d8f6e (diff) | |
download | poky-70059b37c748d49e9fe83b26d4dc95308df18309.tar.gz |
ref-manual: couple minor tweaks to Chapter 1
(From yocto-docs rev: d00282396ddc558bf025a81edc1dad53a814e13a)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Reviewed-by: Quentin Schulz <foss@0leil.net>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/system-requirements.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst index e9d995c61b..5e5c105d62 100644 --- a/documentation/ref-manual/system-requirements.rst +++ b/documentation/ref-manual/system-requirements.rst | |||
@@ -4,7 +4,7 @@ | |||
4 | System Requirements | 4 | System Requirements |
5 | ******************* | 5 | ******************* |
6 | 6 | ||
7 | Welcome to the Yocto Project Reference Manual! This manual provides | 7 | Welcome to the Yocto Project Reference Manual. This manual provides |
8 | reference information for the current release of the Yocto Project, and | 8 | reference information for the current release of the Yocto Project, and |
9 | is most effectively used after you have an understanding of the basics | 9 | is most effectively used after you have an understanding of the basics |
10 | of the Yocto Project. The manual is neither meant to be read as a | 10 | of the Yocto Project. The manual is neither meant to be read as a |
@@ -277,7 +277,8 @@ installer and automatically installs the tools for you: | |||
277 | 1. Execute the ``install-buildtools`` script. Here is an example:: | 277 | 1. Execute the ``install-buildtools`` script. Here is an example:: |
278 | 278 | ||
279 | $ cd poky | 279 | $ cd poky |
280 | $ scripts/install-buildtools --without-extended-buildtools \ | 280 | $ scripts/install-buildtools \ |
281 | --without-extended-buildtools \ | ||
281 | --base-url &YOCTO_DL_URL;/releases/yocto \ | 282 | --base-url &YOCTO_DL_URL;/releases/yocto \ |
282 | --release yocto-&DISTRO; \ | 283 | --release yocto-&DISTRO; \ |
283 | --installer-version &DISTRO; | 284 | --installer-version &DISTRO; |