summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/system-requirements.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/system-requirements.rst')
-rw-r--r--documentation/ref-manual/system-requirements.rst20
1 files changed, 10 insertions, 10 deletions
diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst
index 8dab359b69..3f27c03e44 100644
--- a/documentation/ref-manual/system-requirements.rst
+++ b/documentation/ref-manual/system-requirements.rst
@@ -235,7 +235,7 @@ The ``install-buildtools`` script is the easiest of the three methods by
235which you can get these tools. It downloads a pre-built buildtools 235which you can get these tools. It downloads a pre-built buildtools
236installer and automatically installs the tools for you: 236installer and automatically installs the tools for you:
237 237
2381. Execute the ``install-buildtools`` script. Here is an example:: 238#. Execute the ``install-buildtools`` script. Here is an example::
239 239
240 $ cd poky 240 $ cd poky
241 $ scripts/install-buildtools \ 241 $ scripts/install-buildtools \
@@ -268,7 +268,7 @@ installer and automatically installs the tools for you:
268 $ cd poky 268 $ cd poky
269 $ scripts/install-buildtools --make-only 269 $ scripts/install-buildtools --make-only
270 270
2712. Source the tools environment setup script by using a command like the 271#. Source the tools environment setup script by using a command like the
272 following:: 272 following::
273 273
274 $ source /path/to/poky/buildtools/environment-setup-x86_64-pokysdk-linux 274 $ source /path/to/poky/buildtools/environment-setup-x86_64-pokysdk-linux
@@ -291,9 +291,9 @@ If you would prefer not to use the ``install-buildtools`` script, you can instea
291download and run a pre-built buildtools installer yourself with the following 291download and run a pre-built buildtools installer yourself with the following
292steps: 292steps:
293 293
2941. Locate and download the ``*.sh`` at :yocto_dl:`/releases/yocto/yocto-&DISTRO;/buildtools/` 294#. Locate and download the ``*.sh`` at :yocto_dl:`/releases/yocto/yocto-&DISTRO;/buildtools/`
295 295
2962. Execute the installation script. Here is an example for the 296#. Execute the installation script. Here is an example for the
297 traditional installer:: 297 traditional installer::
298 298
299 $ sh ~/Downloads/x86_64-buildtools-nativesdk-standalone-&DISTRO;.sh 299 $ sh ~/Downloads/x86_64-buildtools-nativesdk-standalone-&DISTRO;.sh
@@ -310,7 +310,7 @@ steps:
310 installation directory. For example, you could choose the following: 310 installation directory. For example, you could choose the following:
311 ``/home/your-username/buildtools`` 311 ``/home/your-username/buildtools``
312 312
3133. Source the tools environment setup script by using a command like the 313#. Source the tools environment setup script by using a command like the
314 following:: 314 following::
315 315
316 $ source /home/your_username/buildtools/environment-setup-i586-poky-linux 316 $ source /home/your_username/buildtools/environment-setup-i586-poky-linux
@@ -339,11 +339,11 @@ Python (or gcc) requirements.
339Here are the steps to take to build and run your own buildtools 339Here are the steps to take to build and run your own buildtools
340installer: 340installer:
341 341
3421. On the machine that is able to run BitBake, be sure you have set up 342#. On the machine that is able to run BitBake, be sure you have set up
343 your build environment with the setup script 343 your build environment with the setup script
344 (:ref:`structure-core-script`). 344 (:ref:`structure-core-script`).
345 345
3462. Run the BitBake command to build the tarball:: 346#. Run the BitBake command to build the tarball::
347 347
348 $ bitbake buildtools-tarball 348 $ bitbake buildtools-tarball
349 349
@@ -365,10 +365,10 @@ installer:
365 :term:`Build Directory`. The installer file has the string 365 :term:`Build Directory`. The installer file has the string
366 "buildtools" (or "buildtools-extended") in the name. 366 "buildtools" (or "buildtools-extended") in the name.
367 367
3683. Transfer the ``.sh`` file from the build host to the machine that 368#. Transfer the ``.sh`` file from the build host to the machine that
369 does not meet the Git, tar, or Python (or gcc) requirements. 369 does not meet the Git, tar, or Python (or gcc) requirements.
370 370
3714. On the machine that does not meet the requirements, run the ``.sh`` 371#. On the machine that does not meet the requirements, run the ``.sh``
372 file to install the tools. Here is an example for the traditional 372 file to install the tools. Here is an example for the traditional
373 installer:: 373 installer::
374 374
@@ -386,7 +386,7 @@ installer:
386 installation directory. For example, you could choose the following: 386 installation directory. For example, you could choose the following:
387 ``/home/your_username/buildtools`` 387 ``/home/your_username/buildtools``
388 388
3895. Source the tools environment setup script by using a command like the 389#. Source the tools environment setup script by using a command like the
390 following:: 390 following::
391 391
392 $ source /home/your_username/buildtools/environment-setup-x86_64-poky-linux 392 $ source /home/your_username/buildtools/environment-setup-x86_64-poky-linux