summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-system-requirements.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-system-requirements.rst')
-rw-r--r--documentation/ref-manual/ref-system-requirements.rst29
1 files changed, 13 insertions, 16 deletions
diff --git a/documentation/ref-manual/ref-system-requirements.rst b/documentation/ref-manual/ref-system-requirements.rst
index 6dcb00a3a9..4c4677becc 100644
--- a/documentation/ref-manual/ref-system-requirements.rst
+++ b/documentation/ref-manual/ref-system-requirements.rst
@@ -27,9 +27,7 @@ and conceptual information in the :doc:`../overview-manual/overview-manual`.
27.. note:: 27.. note::
28 28
29 For more information about the Yocto Project Documentation set, see 29 For more information about the Yocto Project Documentation set, see
30 the " 30 the :ref:`ref-manual/resources:links and related documentation` section.
31 Links and Related Documentation
32 " section.
33 31
34.. _detailed-supported-distros: 32.. _detailed-supported-distros:
35 33
@@ -95,8 +93,8 @@ distributions:
95 compatible but not officially supported nor validated with 93 compatible but not officially supported nor validated with
96 WSLv2, if you still decide to use WSL please upgrade to WSLv2. 94 WSLv2, if you still decide to use WSL please upgrade to WSLv2.
97 95
98 - If you encounter problems, please go to `Yocto Project 96 - If you encounter problems, please go to :yocto_bugs:`Yocto Project
99 Bugzilla <http://bugzilla.yoctoproject.org>`__ and submit a bug. We are 97 Bugzilla <>` and submit a bug. We are
100 interested in hearing about your experience. For information on 98 interested in hearing about your experience. For information on
101 how to submit a bug, see the Yocto Project 99 how to submit a bug, see the Yocto Project
102 :yocto_wiki:`Bugzilla wiki page </wiki/Bugzilla_Configuration_and_Bug_Tracking>` 100 :yocto_wiki:`Bugzilla wiki page </wiki/Bugzilla_Configuration_and_Bug_Tracking>`
@@ -181,8 +179,11 @@ supported openSUSE Linux distribution:
181 $ sudo zypper install &OPENSUSE_HOST_PACKAGES_ESSENTIAL; 179 $ sudo zypper install &OPENSUSE_HOST_PACKAGES_ESSENTIAL;
182 180
183- *Documentation:* Packages needed if you are going to build out the 181- *Documentation:* Packages needed if you are going to build out the
184 Yocto Project documentation manuals: $ sudo zypper install dblatex 182 Yocto Project documentation manuals:
185 xmlto 183 ::
184
185 $ sudo zypper install dblatex xmlto
186
186 187
187CentOS-7 Packages 188CentOS-7 Packages
188----------------- 189-----------------
@@ -283,7 +284,7 @@ installer and automatically installs the tools for you:
283 284
284 $ cd poky 285 $ cd poky
285 $ scripts/install-buildtools --without-extended-buildtools \ 286 $ scripts/install-buildtools --without-extended-buildtools \
286 --base-url https://downloads.yoctoproject.org/releases/yocto \ 287 --base-url &YOCTO_DL_URL;/releases/yocto \
287 --release yocto-&DISTRO; \ 288 --release yocto-&DISTRO; \
288 --installer-version &DISTRO; 289 --installer-version &DISTRO;
289 290
@@ -344,7 +345,7 @@ of the two methods by which you can get these tools:
344 345
345 During execution, a prompt appears that allows you to choose the 346 During execution, a prompt appears that allows you to choose the
346 installation directory. For example, you could choose the following: 347 installation directory. For example, you could choose the following:
347 /home/your-username/buildtools 348 ``/home/your-username/buildtools``
348 349
3493. Source the tools environment setup script by using a command like the 3503. Source the tools environment setup script by using a command like the
350 following: 351 following:
@@ -392,12 +393,8 @@ installer:
392 393
393 .. note:: 394 .. note::
394 395
395 The 396 The :term:`SDKMACHINE` variable in your ``local.conf`` file determines
396 SDKMACHINE 397 whether you build tools for a 32-bit or 64-bit system.
397 variable in your
398 local.conf
399 file determines whether you build tools for a 32-bit or 64-bit
400 system.
401 398
402 Once the build completes, you can find the ``.sh`` file that installs 399 Once the build completes, you can find the ``.sh`` file that installs
403 the tools in the ``tmp/deploy/sdk`` subdirectory of the 400 the tools in the ``tmp/deploy/sdk`` subdirectory of the
@@ -421,7 +418,7 @@ installer:
421 418
422 During execution, a prompt appears that allows you to choose the 419 During execution, a prompt appears that allows you to choose the
423 installation directory. For example, you could choose the following: 420 installation directory. For example, you could choose the following:
424 /home/your_username/buildtools 421 ``/home/your_username/buildtools``
425 422
4265. Source the tools environment setup script by using a command like the 4235. Source the tools environment setup script by using a command like the
427 following: 424 following: