diff options
Diffstat (limited to 'documentation/ref-manual/ref-system-requirements.rst')
-rw-r--r-- | documentation/ref-manual/ref-system-requirements.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/ref-manual/ref-system-requirements.rst b/documentation/ref-manual/ref-system-requirements.rst index 3144d303f8..a9a937b661 100644 --- a/documentation/ref-manual/ref-system-requirements.rst +++ b/documentation/ref-manual/ref-system-requirements.rst | |||
@@ -13,8 +13,8 @@ Rather, use this manual to find variable definitions, class | |||
13 | descriptions, and so forth as needed during the course of using the | 13 | descriptions, and so forth as needed during the course of using the |
14 | Yocto Project. | 14 | Yocto Project. |
15 | 15 | ||
16 | For introductory information on the Yocto Project, see the `Yocto | 16 | For introductory information on the Yocto Project, see the |
17 | Project Website <&YOCTO_HOME_URL;>`__ and the "`Yocto Project | 17 | :yocto_home:`Yocto Project Website <>` and the "`Yocto Project |
18 | Development | 18 | Development |
19 | Environment <&YOCTO_DOCS_OM_URL;#overview-development-environment>`__" | 19 | Environment <&YOCTO_DOCS_OM_URL;#overview-development-environment>`__" |
20 | chapter in the Yocto Project Overview and Concepts Manual. | 20 | chapter in the Yocto Project Overview and Concepts Manual. |
@@ -68,8 +68,8 @@ distributions: | |||
68 | - If you encounter problems, please go to `Yocto Project | 68 | - If you encounter problems, please go to `Yocto Project |
69 | Bugzilla <&YOCTO_BUGZILLA_URL;>`__ and submit a bug. We are | 69 | Bugzilla <&YOCTO_BUGZILLA_URL;>`__ and submit a bug. We are |
70 | interested in hearing about your experience. For information on | 70 | interested in hearing about your experience. For information on |
71 | how to submit a bug, see the Yocto Project `Bugzilla wiki | 71 | how to submit a bug, see the Yocto Project |
72 | page <&YOCTO_WIKI_URL;/wiki/Bugzilla_Configuration_and_Bug_Tracking>`__ | 72 | :yocto_wiki:`Bugzilla wiki page </wiki/Bugzilla_Configuration_and_Bug_Tracking>` |
73 | and the "`Submitting a Defect Against the Yocto | 73 | and the "`Submitting a Defect Against the Yocto |
74 | Project <&YOCTO_DOCS_DEV_URL;#submitting-a-defect-against-the-yocto-project>`__" | 74 | Project <&YOCTO_DOCS_DEV_URL;#submitting-a-defect-against-the-yocto-project>`__" |
75 | section in the Yocto Project Development Tasks Manual. | 75 | section in the Yocto Project Development Tasks Manual. |
@@ -255,7 +255,7 @@ installer and automatically installs the tools for you: | |||
255 | 255 | ||
256 | 1. Execute the ``install-buildtools`` script. Here is an example: $ cd | 256 | 1. Execute the ``install-buildtools`` script. Here is an example: $ cd |
257 | poky $ scripts/install-buildtools --without-extended-buildtools \\ | 257 | poky $ scripts/install-buildtools --without-extended-buildtools \\ |
258 | --base-url YOCTO_DL_URL/releases/yocto \\ --release yocto-DISTRO \\ | 258 | --base-url https://downloads.yoctoproject.org/releases/yocto \\ --release yocto-DISTRO \\ |
259 | --installer-version DISTRO | 259 | --installer-version DISTRO |
260 | 260 | ||
261 | During execution, the buildtools tarball will be downloaded, the | 261 | During execution, the buildtools tarball will be downloaded, the |