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 54f38f6d3e..9f5db26d4d 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
@@ -91,8 +89,8 @@ distributions:
91 compatible but not officially supported nor validated with 89 compatible but not officially supported nor validated with
92 WSLv2, if you still decide to use WSL please upgrade to WSLv2. 90 WSLv2, if you still decide to use WSL please upgrade to WSLv2.
93 91
94 - If you encounter problems, please go to `Yocto Project 92 - If you encounter problems, please go to :yocto_bugs:`Yocto Project
95 Bugzilla <http://bugzilla.yoctoproject.org>`__ and submit a bug. We are 93 Bugzilla <>` and submit a bug. We are
96 interested in hearing about your experience. For information on 94 interested in hearing about your experience. For information on
97 how to submit a bug, see the Yocto Project 95 how to submit a bug, see the Yocto Project
98 :yocto_wiki:`Bugzilla wiki page </wiki/Bugzilla_Configuration_and_Bug_Tracking>` 96 :yocto_wiki:`Bugzilla wiki page </wiki/Bugzilla_Configuration_and_Bug_Tracking>`
@@ -177,8 +175,11 @@ supported openSUSE Linux distribution:
177 $ sudo zypper install &OPENSUSE_HOST_PACKAGES_ESSENTIAL; 175 $ sudo zypper install &OPENSUSE_HOST_PACKAGES_ESSENTIAL;
178 176
179- *Documentation:* Packages needed if you are going to build out the 177- *Documentation:* Packages needed if you are going to build out the
180 Yocto Project documentation manuals: $ sudo zypper install dblatex 178 Yocto Project documentation manuals:
181 xmlto 179 ::
180
181 $ sudo zypper install dblatex xmlto
182
182 183
183CentOS-7 Packages 184CentOS-7 Packages
184----------------- 185-----------------
@@ -279,7 +280,7 @@ installer and automatically installs the tools for you:
279 280
280 $ cd poky 281 $ cd poky
281 $ scripts/install-buildtools --without-extended-buildtools \ 282 $ scripts/install-buildtools --without-extended-buildtools \
282 --base-url https://downloads.yoctoproject.org/releases/yocto \ 283 --base-url &YOCTO_DL_URL;/releases/yocto \
283 --release yocto-&DISTRO; \ 284 --release yocto-&DISTRO; \
284 --installer-version &DISTRO; 285 --installer-version &DISTRO;
285 286
@@ -340,7 +341,7 @@ of the two methods by which you can get these tools:
340 341
341 During execution, a prompt appears that allows you to choose the 342 During execution, a prompt appears that allows you to choose the
342 installation directory. For example, you could choose the following: 343 installation directory. For example, you could choose the following:
343 /home/your-username/buildtools 344 ``/home/your-username/buildtools``
344 345
3453. Source the tools environment setup script by using a command like the 3463. Source the tools environment setup script by using a command like the
346 following: 347 following:
@@ -388,12 +389,8 @@ installer:
388 389
389 .. note:: 390 .. note::
390 391
391 The 392 The :term:`SDKMACHINE` variable in your ``local.conf`` file determines
392 SDKMACHINE 393 whether you build tools for a 32-bit or 64-bit system.
393 variable in your
394 local.conf
395 file determines whether you build tools for a 32-bit or 64-bit
396 system.
397 394
398 Once the build completes, you can find the ``.sh`` file that installs 395 Once the build completes, you can find the ``.sh`` file that installs
399 the tools in the ``tmp/deploy/sdk`` subdirectory of the 396 the tools in the ``tmp/deploy/sdk`` subdirectory of the
@@ -417,7 +414,7 @@ installer:
417 414
418 During execution, a prompt appears that allows you to choose the 415 During execution, a prompt appears that allows you to choose the
419 installation directory. For example, you could choose the following: 416 installation directory. For example, you could choose the following:
420 /home/your_username/buildtools 417 ``/home/your_username/buildtools``
421 418
4225. Source the tools environment setup script by using a command like the 4195. Source the tools environment setup script by using a command like the
423 following: 420 following: