diff options
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; |