diff options
author | Quentin Schulz <quentin.schulz@theobroma-systems.com> | 2022-02-23 11:52:05 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-23 18:12:10 +0000 |
commit | 89544cf511712dc892d8d48abb59e97ca08715fa (patch) | |
tree | 5ed515cc0e111155b29f5d6b40e3e59ef6ccf74f /documentation | |
parent | 4dbb515327546de2a6479c6a7514e7e11a483f4d (diff) | |
download | poky-89544cf511712dc892d8d48abb59e97ca08715fa.tar.gz |
docs: fix hardcoded link warning messages
Sphinx complains about hardcoded links which can be replaced by an
extlink.
So let's apply its recommendations.
Cc: Quentin Schulz <foss+yocto@0leil.net>
(From yocto-docs rev: dc2ec13cfbe0f20a868108a0bd800c0a875c1796)
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/bsp-guide/bsp.rst | 7 | ||||
-rw-r--r-- | documentation/migration-guides/migration-3.4.rst | 82 | ||||
-rw-r--r-- | documentation/overview-manual/yp-intro.rst | 4 | ||||
-rw-r--r-- | documentation/ref-manual/system-requirements.rst | 2 | ||||
-rw-r--r-- | documentation/ref-manual/terms.rst | 2 |
5 files changed, 49 insertions, 48 deletions
diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst index f8d38ca484..ab8ed54807 100644 --- a/documentation/bsp-guide/bsp.rst +++ b/documentation/bsp-guide/bsp.rst | |||
@@ -166,8 +166,9 @@ section. | |||
166 | #. *Determine the BSP Layer You Want:* The Yocto Project supports many | 166 | #. *Determine the BSP Layer You Want:* The Yocto Project supports many |
167 | BSPs, which are maintained in their own layers or in layers designed | 167 | BSPs, which are maintained in their own layers or in layers designed |
168 | to contain several BSPs. To get an idea of machine support through | 168 | to contain several BSPs. To get an idea of machine support through |
169 | BSP layers, you can look at the `index of | 169 | BSP layers, you can look at the |
170 | machines <&YOCTO_RELEASE_DL_URL;/machines>`__ for the release. | 170 | :yocto_dl:`index of machines </releases/yocto/yocto-&DISTRO;/machines>` |
171 | for the release. | ||
171 | 172 | ||
172 | #. *Optionally Clone the meta-intel BSP Layer:* If your hardware is | 173 | #. *Optionally Clone the meta-intel BSP Layer:* If your hardware is |
173 | based on current Intel CPUs and devices, you can leverage this BSP | 174 | based on current Intel CPUs and devices, you can leverage this BSP |
@@ -877,7 +878,7 @@ Yocto Project: | |||
877 | your BSP layer as listed in the ``recipes.txt`` file, which is found | 878 | your BSP layer as listed in the ``recipes.txt`` file, which is found |
878 | in ``poky/meta`` directory of the :term:`Source Directory` | 879 | in ``poky/meta`` directory of the :term:`Source Directory` |
879 | or in the OpenEmbedded-Core Layer (``openembedded-core``) at | 880 | or in the OpenEmbedded-Core Layer (``openembedded-core``) at |
880 | https://git.openembedded.org/openembedded-core/tree/meta. | 881 | :oe_git:`/openembedded-core/tree/meta`. |
881 | 882 | ||
882 | You should place recipes (``*.bb`` files) and recipe modifications | 883 | You should place recipes (``*.bb`` files) and recipe modifications |
883 | (``*.bbappend`` files) into ``recipes-*`` subdirectories by | 884 | (``*.bbappend`` files) into ``recipes-*`` subdirectories by |
diff --git a/documentation/migration-guides/migration-3.4.rst b/documentation/migration-guides/migration-3.4.rst index 4e4fbd8bfb..40e01d4f84 100644 --- a/documentation/migration-guides/migration-3.4.rst +++ b/documentation/migration-guides/migration-3.4.rst | |||
@@ -139,7 +139,7 @@ configuration provided and tested by the Yocto Project, there is | |||
139 | simply no sense in continuing to enable prelink. | 139 | simply no sense in continuing to enable prelink. |
140 | 140 | ||
141 | There's also a concern that no one is maintaining the code, and there | 141 | There's also a concern that no one is maintaining the code, and there |
142 | are open bugs (including `this serious one <https://bugzilla.yoctoproject.org/show_bug.cgi?id=14429>`__). | 142 | are open bugs (including :yocto_bugs:`this serious one </show_bug.cgi?id=14429>`). |
143 | Given that prelink does intricate address arithmetic and rewriting | 143 | Given that prelink does intricate address arithmetic and rewriting |
144 | of binaries the best option is to disable the feature. It is recommended | 144 | of binaries the best option is to disable the feature. It is recommended |
145 | that you consider disabling this feature in your own configuration if | 145 | that you consider disabling this feature in your own configuration if |
@@ -162,7 +162,7 @@ location; e.g. x86 tune files have moved into an ``x86`` subdirectory, | |||
162 | MIPS tune files have moved into a ``mips`` subdirectory, etc. | 162 | MIPS tune files have moved into a ``mips`` subdirectory, etc. |
163 | The ARM tunes have an extra level (``armv8a``, ``armv8m``, etc.) and | 163 | The ARM tunes have an extra level (``armv8a``, ``armv8m``, etc.) and |
164 | some have been renamed to make them uniform with the rest of the tunes. | 164 | some have been renamed to make them uniform with the rest of the tunes. |
165 | See `this commit <http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=1d381f21f5f13aa0c4e1a45683ed656ebeedd37d>`__ | 165 | See :yocto_git:`this commit </poky/commit/?id=1d381f21f5f13aa0c4e1a45683ed656ebeedd37d>` |
166 | for reference. | 166 | for reference. |
167 | 167 | ||
168 | If you have any references to tune files (e.g. in custom machine | 168 | If you have any references to tune files (e.g. in custom machine |
@@ -988,9 +988,9 @@ Repositories / Downloads for 3.4 | |||
988 | poky | 988 | poky |
989 | 989 | ||
990 | - Repository Location: https://git.yoctoproject.org/poky/ | 990 | - Repository Location: https://git.yoctoproject.org/poky/ |
991 | - Branch: `honister <https://git.yoctoproject.org/poky/log/?h=honister>`__ | 991 | - Branch: :yocto_git:`honister </poky/log/?h=honister>` |
992 | - Tag: `yocto-3.4 <https://git.yoctoproject.org/poky/tag/?h=yocto-3.4>`__ | 992 | - Tag: :yocto_git:`yocto-3.4 </poky/tag/?h=yocto-3.4>` |
993 | - Git Revision: `f6d1126fff213460dc6954a5d5fc168606d76b66 <https://git.yoctoproject.org/poky/commit/?id=f6d1126fff213460dc6954a5d5fc168606d76b66>`__ | 993 | - Git Revision: :yocto_git:`f6d1126fff213460dc6954a5d5fc168606d76b66 </poky/commit/?id=f6d1126fff213460dc6954a5d5fc168606d76b66>` |
994 | - Release Artefact: poky-f6d1126fff213460dc6954a5d5fc168606d76b66 | 994 | - Release Artefact: poky-f6d1126fff213460dc6954a5d5fc168606d76b66 |
995 | - sha: 11e8f5760f704eed1ac37a5b09b1a831b5254d66459be75b06a72128c63e0411 | 995 | - sha: 11e8f5760f704eed1ac37a5b09b1a831b5254d66459be75b06a72128c63e0411 |
996 | - Download Locations: | 996 | - Download Locations: |
@@ -999,10 +999,10 @@ poky | |||
999 | 999 | ||
1000 | openembedded-core | 1000 | openembedded-core |
1001 | 1001 | ||
1002 | - Repository Location: https://git.openembedded.org/openembedded-core | 1002 | - Repository Location: :oe_git:`/openembedded-core` |
1003 | - Branch: `honister <https://git.openembedded.org/openembedded-core/log/?h=honister>`__ | 1003 | - Branch: :oe_git:`honister </openembedded-core/log/?h=honister>` |
1004 | - Tag: `2021-10-honister <https://git.openembedded.org/openembedded-core/tag/?h=2021-10-honister>`__ | 1004 | - Tag: :oe_git:`2021-10-honister </openembedded-core/tag/?h=2021-10-honister>` |
1005 | - Git Revision: `bb1dea6806f084364b6017db2567f438e805aef0 <https://git.openembedded.org/openembedded-core/commit/?id=bb1dea6806f084364b6017db2567f438e805aef0>`__ | 1005 | - Git Revision: :oe_git:`bb1dea6806f084364b6017db2567f438e805aef0 </openembedded-core/commit/?id=bb1dea6806f084364b6017db2567f438e805aef0>` |
1006 | - Release Artefact: oecore-bb1dea6806f084364b6017db2567f438e805aef0 | 1006 | - Release Artefact: oecore-bb1dea6806f084364b6017db2567f438e805aef0 |
1007 | - sha: 9a356c407c567b1c26e535cad235204b0462cb79321fefb0844324a6020b31f4 | 1007 | - sha: 9a356c407c567b1c26e535cad235204b0462cb79321fefb0844324a6020b31f4 |
1008 | - Download Locations: | 1008 | - Download Locations: |
@@ -1012,9 +1012,9 @@ openembedded-core | |||
1012 | meta-mingw | 1012 | meta-mingw |
1013 | 1013 | ||
1014 | - Repository Location: https://git.yoctoproject.org/meta-mingw | 1014 | - Repository Location: https://git.yoctoproject.org/meta-mingw |
1015 | - Branch: `honister <https://git.yoctoproject.org/meta-mingw/log/?h=honister>`__ | 1015 | - Branch: :yocto_git:`honister </meta-mingw/log/?h=honister>` |
1016 | - Tag: `yocto-3.4 <https://git.yoctoproject.org/meta-mingw/tag/?h=yocto-3.4>`__ | 1016 | - Tag: :yocto_git:`yocto-3.4 </meta-mingw/tag/?h=yocto-3.4>` |
1017 | - Git Revision: `f5d761cbd5c957e4405c5d40b0c236d263c916a8 <https://git.yoctoproject.org/meta-mingw/commit/?id=f5d761cbd5c957e4405c5d40b0c236d263c916a8>`__ | 1017 | - Git Revision: :yocto_git:`f5d761cbd5c957e4405c5d40b0c236d263c916a8 </meta-mingw/commit/?id=f5d761cbd5c957e4405c5d40b0c236d263c916a8>` |
1018 | - Release Artefact: meta-mingw-f5d761cbd5c957e4405c5d40b0c236d263c916a8 | 1018 | - Release Artefact: meta-mingw-f5d761cbd5c957e4405c5d40b0c236d263c916a8 |
1019 | - sha: d4305d638ef80948584526c8ca386a8cf77933dffb8a3b8da98d26a5c40fcc11 | 1019 | - sha: d4305d638ef80948584526c8ca386a8cf77933dffb8a3b8da98d26a5c40fcc11 |
1020 | - Download Locations: | 1020 | - Download Locations: |
@@ -1024,9 +1024,9 @@ meta-mingw | |||
1024 | meta-intel | 1024 | meta-intel |
1025 | 1025 | ||
1026 | - Repository Location: https://git.yoctoproject.org/meta-intel | 1026 | - Repository Location: https://git.yoctoproject.org/meta-intel |
1027 | - Branch: `honister <https://git.yoctoproject.org/meta-intel/log/?h=honister>`__ | 1027 | - Branch: :yocto_git:`honister </meta-intel/log/?h=honister>` |
1028 | - Tag: `yocto-3.4 <https://git.yoctoproject.org/meta-intel/tag/?h=yocto-3.4>`__ | 1028 | - Tag: :yocto_git:`yocto-3.4 </meta-intel/tag/?h=yocto-3.4>` |
1029 | - Git Revision: `90170cf85fe35b4e8dc00eee50053c0205276b63 <https://git.yoctoproject.org/meta-intel/commit/?id=90170cf85fe35b4e8dc00eee50053c0205276b63>`__ | 1029 | - Git Revision: :yocto_git:`90170cf85fe35b4e8dc00eee50053c0205276b63 </meta-intel/commit/?id=90170cf85fe35b4e8dc00eee50053c0205276b63>` |
1030 | - Release Artefact: meta-intel-90170cf85fe35b4e8dc00eee50053c0205276b63 | 1030 | - Release Artefact: meta-intel-90170cf85fe35b4e8dc00eee50053c0205276b63 |
1031 | - sha: 2b3b43386dfcaaa880d819c1ae88b1251b55fb12c622af3d0936c3dc338491fc | 1031 | - sha: 2b3b43386dfcaaa880d819c1ae88b1251b55fb12c622af3d0936c3dc338491fc |
1032 | - Download Locations: | 1032 | - Download Locations: |
@@ -1036,9 +1036,9 @@ meta-intel | |||
1036 | meta-gplv2 | 1036 | meta-gplv2 |
1037 | 1037 | ||
1038 | - Repository Location: https://git.yoctoproject.org/meta-gplv2 | 1038 | - Repository Location: https://git.yoctoproject.org/meta-gplv2 |
1039 | - Branch: `honister <https://git.yoctoproject.org/meta-gplv2/log/?h=honister>`__ | 1039 | - Branch: :yocto_git:`honister </meta-gplv2/log/?h=honister>` |
1040 | - Tag: `yocto-3.4 <https://git.yoctoproject.org/meta-gplv2/tag/?h=yocto-3.4>`__ | 1040 | - Tag: :yocto_git:`yocto-3.4 </meta-gplv2/tag/?h=yocto-3.4>` |
1041 | - Git Revision: `f04e4369bf9dd3385165281b9fa2ed1043b0e400 <https://git.yoctoproject.org/meta-gplv2/commit/?id=f04e4369bf9dd3385165281b9fa2ed1043b0e400>`__ | 1041 | - Git Revision: :yocto_git:`f04e4369bf9dd3385165281b9fa2ed1043b0e400 </meta-gplv2/commit/?id=f04e4369bf9dd3385165281b9fa2ed1043b0e400>` |
1042 | - Release Artefact: meta-gplv2-f04e4369bf9dd3385165281b9fa2ed1043b0e400 | 1042 | - Release Artefact: meta-gplv2-f04e4369bf9dd3385165281b9fa2ed1043b0e400 |
1043 | - sha: ef8e2b1ec1fb43dbee4ff6990ac736315c7bc2d8c8e79249e1d337558657d3fe | 1043 | - sha: ef8e2b1ec1fb43dbee4ff6990ac736315c7bc2d8c8e79249e1d337558657d3fe |
1044 | - Download Locations: | 1044 | - Download Locations: |
@@ -1047,10 +1047,10 @@ meta-gplv2 | |||
1047 | 1047 | ||
1048 | bitbake | 1048 | bitbake |
1049 | 1049 | ||
1050 | - Repository Location: https://git.openembedded.org/bitbake | 1050 | - Repository Location: :oe_git:`/bitbake` |
1051 | - Branch: `1.52 <https://git.openembedded.org/bitbake/log/?h=1.52>`__ | 1051 | - Branch: :oe_git:`1.52 </bitbake/log/?h=1.52>` |
1052 | - Tag: `2021-10-honister <https://git.openembedded.org/bitbake/tag/?h=2021-10-honister>`__ | 1052 | - Tag: :oe_git:`2021-10-honister </bitbake/tag/?h=2021-10-honister>` |
1053 | - Git Revision: `c78ebac71ec976fdf27ea24767057882870f5c60 <https://git.openembedded.org/bitbake/commit/?id=c78ebac71ec976fdf27ea24767057882870f5c60>`__ | 1053 | - Git Revision: :oe_git:`c78ebac71ec976fdf27ea24767057882870f5c60 </bitbake/commit/?id=c78ebac71ec976fdf27ea24767057882870f5c60>` |
1054 | - Release Artefact: bitbake-c78ebac71ec976fdf27ea24767057882870f5c60 | 1054 | - Release Artefact: bitbake-c78ebac71ec976fdf27ea24767057882870f5c60 |
1055 | - sha: 8077c7e7528cd73ef488ef74de3943ec66cae361459e5b630fb3cbe89c498d3d | 1055 | - sha: 8077c7e7528cd73ef488ef74de3943ec66cae361459e5b630fb3cbe89c498d3d |
1056 | - Download Locations: | 1056 | - Download Locations: |
@@ -1060,9 +1060,9 @@ bitbake | |||
1060 | yocto-docs | 1060 | yocto-docs |
1061 | 1061 | ||
1062 | - Repository Location: https://git.yoctoproject.org/yocto-docs | 1062 | - Repository Location: https://git.yoctoproject.org/yocto-docs |
1063 | - Branch: `honister <https://git.yoctoproject.org/yocto-docs/log/?h=honister>`__ | 1063 | - Branch: :yocto_git:`honister </yocto-docs/log/?h=honister>` |
1064 | - Tag: `yocto-3.4 <https://git.yoctoproject.org/yocto-docs/tag/?h=yocto-3.4>`__ | 1064 | - Tag: :yocto_git:`yocto-3.4 </yocto-docs/tag/?h=yocto-3.4>` |
1065 | - Git Revision: `d75c5450ecf56c8ac799a633ee9ac459e88f91fc <https://git.yoctoproject.org/yocto-docs/commit/?id=d75c5450ecf56c8ac799a633ee9ac459e88f91fc>`__ | 1065 | - Git Revision: :yocto_git:`d75c5450ecf56c8ac799a633ee9ac459e88f91fc </yocto-docs/commit/?id=d75c5450ecf56c8ac799a633ee9ac459e88f91fc>` |
1066 | 1066 | ||
1067 | Release notes for 3.4.1 (honister) | 1067 | Release notes for 3.4.1 (honister) |
1068 | ---------------------------------- | 1068 | ---------------------------------- |
@@ -1265,9 +1265,9 @@ Repositories / Downloads for 3.4.1 | |||
1265 | poky | 1265 | poky |
1266 | 1266 | ||
1267 | - Repository Location: https://git.yoctoproject.org/poky/ | 1267 | - Repository Location: https://git.yoctoproject.org/poky/ |
1268 | - Branch: `honister <https://git.yoctoproject.org/poky/log/?h=honister>`__ | 1268 | - Branch: :yocto_git:`honister </poky/log/?h=honister>` |
1269 | - Tag: `yocto-3.4.1 <https://git.yoctoproject.org/poky/tag/?h=yocto-3.4.1>`__ | 1269 | - Tag: :yocto_git:`yocto-3.4.1 </poky/tag/?h=yocto-3.4.1>` |
1270 | - Git Revision: `b53230c08d9f02ecaf35b4f0b70512abbf10ae11 <https://git.yoctoproject.org/poky/commit/?id=b53230c08d9f02ecaf35b4f0b70512abbf10ae11>`__ | 1270 | - Git Revision: :yocto_git:`b53230c08d9f02ecaf35b4f0b70512abbf10ae11 </poky/commit/?id=b53230c08d9f02ecaf35b4f0b70512abbf10ae11>` |
1271 | - Release Artefact: poky-b53230c08d9f02ecaf35b4f0b70512abbf10ae11 | 1271 | - Release Artefact: poky-b53230c08d9f02ecaf35b4f0b70512abbf10ae11 |
1272 | - sha: 57d49e2afafb555baf65643acf752464f0eb7842b964713a5de7530c392de159 | 1272 | - sha: 57d49e2afafb555baf65643acf752464f0eb7842b964713a5de7530c392de159 |
1273 | - Download Locations: | 1273 | - Download Locations: |
@@ -1277,9 +1277,9 @@ poky | |||
1277 | meta-mingw | 1277 | meta-mingw |
1278 | 1278 | ||
1279 | - Repository Location: https://git.yoctoproject.org/meta-mingw | 1279 | - Repository Location: https://git.yoctoproject.org/meta-mingw |
1280 | - Branch: `honister <https://git.yoctoproject.org/meta-mingw/log/?h=honister>`__ | 1280 | - Branch: :yocto_git:`honister </meta-mingw/log/?h=honister>` |
1281 | - Tag: `yocto-3.4.1 <https://git.yoctoproject.org/meta-mingw/tag/?h=yocto-3.4.1>`__ | 1281 | - Tag: :yocto_git:`yocto-3.4.1 </meta-mingw/tag/?h=yocto-3.4.1>` |
1282 | - Git Revision: `f5d761cbd5c957e4405c5d40b0c236d263c916a8 <https://git.yoctoproject.org/meta-mingw/commit/?id=f5d761cbd5c957e4405c5d40b0c236d263c916a8>`__ | 1282 | - Git Revision: :yocto_git:`f5d761cbd5c957e4405c5d40b0c236d263c916a8 </meta-mingw/commit/?id=f5d761cbd5c957e4405c5d40b0c236d263c916a8>` |
1283 | - Release Artefact: meta-mingw-f5d761cbd5c957e4405c5d40b0c236d263c916a8 | 1283 | - Release Artefact: meta-mingw-f5d761cbd5c957e4405c5d40b0c236d263c916a8 |
1284 | - sha: d4305d638ef80948584526c8ca386a8cf77933dffb8a3b8da98d26a5c40fcc11 | 1284 | - sha: d4305d638ef80948584526c8ca386a8cf77933dffb8a3b8da98d26a5c40fcc11 |
1285 | - Download Locations: | 1285 | - Download Locations: |
@@ -1289,9 +1289,9 @@ meta-mingw | |||
1289 | meta-gplv2 | 1289 | meta-gplv2 |
1290 | 1290 | ||
1291 | - Repository Location: https://git.yoctoproject.org/meta-gplv2 | 1291 | - Repository Location: https://git.yoctoproject.org/meta-gplv2 |
1292 | - Branch: `honister <https://git.yoctoproject.org/meta-gplv2/log/?h=honister>`__ | 1292 | - Branch: :yocto_git:`honister </meta-gplv2/log/?h=honister>` |
1293 | - Tag: `yocto-3.4.1 <https://git.yoctoproject.org/meta-gplv2/tag/?h=yocto-3.4.1>`__ | 1293 | - Tag: :yocto_git:`yocto-3.4.1 </meta-gplv2/tag/?h=yocto-3.4.1>` |
1294 | - Git Revision: `f04e4369bf9dd3385165281b9fa2ed1043b0e400 <https://git.yoctoproject.org/meta-gplv2/commit/?id=f04e4369bf9dd3385165281b9fa2ed1043b0e400>`__ | 1294 | - Git Revision: :yocto_git:`f04e4369bf9dd3385165281b9fa2ed1043b0e400 </meta-gplv2/commit/?id=f04e4369bf9dd3385165281b9fa2ed1043b0e400>` |
1295 | - Release Artefact: meta-gplv2-f04e4369bf9dd3385165281b9fa2ed1043b0e400 | 1295 | - Release Artefact: meta-gplv2-f04e4369bf9dd3385165281b9fa2ed1043b0e400 |
1296 | - sha: ef8e2b1ec1fb43dbee4ff6990ac736315c7bc2d8c8e79249e1d337558657d3fe | 1296 | - sha: ef8e2b1ec1fb43dbee4ff6990ac736315c7bc2d8c8e79249e1d337558657d3fe |
1297 | - Download Locations: | 1297 | - Download Locations: |
@@ -1300,10 +1300,10 @@ meta-gplv2 | |||
1300 | 1300 | ||
1301 | bitbake | 1301 | bitbake |
1302 | 1302 | ||
1303 | - Repository Location: https://git.openembedded.org/bitbake | 1303 | - Repository Location: :oe_git:`/bitbake` |
1304 | - Branch: `1.52 <https://git.openembedded.org/bitbake/log/?h=1.52>`__ | 1304 | - Branch: :oe_git:`1.52 </bitbake/log/?h=1.52>` |
1305 | - Tag: `yocto-3.4.1 <https://git.openembedded.org/bitbake/tag/?h=yocto-3.4.1>`__ | 1305 | - Tag: :oe_git:`yocto-3.4.1 </bitbake/tag/?h=yocto-3.4.1>` |
1306 | - Git Revision: `44a83b373e1fc34c93cd4a6c6cf8b73b230c1520 <https://git.openembedded.org/bitbake/commit/?id=44a83b373e1fc34c93cd4a6c6cf8b73b230c1520>`__ | 1306 | - Git Revision: :oe_git:`44a83b373e1fc34c93cd4a6c6cf8b73b230c1520 </bitbake/commit/?id=44a83b373e1fc34c93cd4a6c6cf8b73b230c1520>` |
1307 | - Release Artefact: bitbake-44a83b373e1fc34c93cd4a6c6cf8b73b230c1520 | 1307 | - Release Artefact: bitbake-44a83b373e1fc34c93cd4a6c6cf8b73b230c1520 |
1308 | - sha: 03d50c1318d88d62eb01d359412ea5a8014ef506266629a2bd43ab3a2ef19430 | 1308 | - sha: 03d50c1318d88d62eb01d359412ea5a8014ef506266629a2bd43ab3a2ef19430 |
1309 | - Download Locations: | 1309 | - Download Locations: |
@@ -1313,6 +1313,6 @@ bitbake | |||
1313 | yocto-docs | 1313 | yocto-docs |
1314 | 1314 | ||
1315 | - Repository Location: https://git.yoctoproject.org/yocto-docs | 1315 | - Repository Location: https://git.yoctoproject.org/yocto-docs |
1316 | - Branch: `honister <https://git.yoctoproject.org/yocto-docs/log/?h=honister>`__ | 1316 | - Branch: :yocto_git:`honister </yocto-docs/log/?h=honister>` |
1317 | - Tag: `yocto-3.4.1 <https://git.yoctoproject.org/yocto-docs/tag/?h=yocto-3.4.1>`__ | 1317 | - Tag: :yocto_git:`yocto-3.4.1 </yocto-docs/tag/?h=yocto-3.4.1>` |
1318 | - Git Revision: `b250eda5a0beba8acc9641c55a5b0e30594b5178 <https://git.yoctoproject.org/yocto-docs/commit/?b250eda5a0beba8acc9641c55a5b0e30594b5178>`__ | 1318 | - Git Revision: :yocto_git:`b250eda5a0beba8acc9641c55a5b0e30594b5178 </yocto-docs/commit/?b250eda5a0beba8acc9641c55a5b0e30594b5178>` |
diff --git a/documentation/overview-manual/yp-intro.rst b/documentation/overview-manual/yp-intro.rst index a8ca9e9440..ce2aed519e 100644 --- a/documentation/overview-manual/yp-intro.rst +++ b/documentation/overview-manual/yp-intro.rst | |||
@@ -217,8 +217,8 @@ your Metadata, the easier it is to cope with future changes. | |||
217 | - Use Board Support Package (BSP) layers from silicon vendors when | 217 | - Use Board Support Package (BSP) layers from silicon vendors when |
218 | possible. | 218 | possible. |
219 | 219 | ||
220 | - Familiarize yourself with the `Yocto Project curated layer | 220 | - Familiarize yourself with the |
221 | index <https://www.yoctoproject.org/software-overview/layers/>`__ | 221 | :yocto_home:`Yocto Project curated layer index</software-overview/layers/>` |
222 | or the :oe_layerindex:`OpenEmbedded layer index <>`. | 222 | or the :oe_layerindex:`OpenEmbedded layer index <>`. |
223 | The latter contains more layers but they are less universally | 223 | The latter contains more layers but they are less universally |
224 | validated. | 224 | validated. |
diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst index d7b7cec283..30294cb27a 100644 --- a/documentation/ref-manual/system-requirements.rst +++ b/documentation/ref-manual/system-requirements.rst | |||
@@ -322,7 +322,7 @@ If you would prefer not to use the ``install-buildtools`` script, you can instea | |||
322 | download and run a pre-built buildtools installer yourself with the following | 322 | download and run a pre-built buildtools installer yourself with the following |
323 | steps: | 323 | steps: |
324 | 324 | ||
325 | 1. Locate and download the ``*.sh`` at &YOCTO_RELEASE_DL_URL;/buildtools/ | 325 | 1. Locate and download the ``*.sh`` at :yocto_dl:`/releases/yocto/yocto-&DISTRO;/buildtools/` |
326 | 326 | ||
327 | 2. Execute the installation script. Here is an example for the | 327 | 2. Execute the installation script. Here is an example for the |
328 | traditional installer:: | 328 | traditional installer:: |
diff --git a/documentation/ref-manual/terms.rst b/documentation/ref-manual/terms.rst index 09e0a98bb5..3f18d3404e 100644 --- a/documentation/ref-manual/terms.rst +++ b/documentation/ref-manual/terms.rst | |||
@@ -148,7 +148,7 @@ universal, the list includes them just in case: | |||
148 | and so on. | 148 | and so on. |
149 | 149 | ||
150 | On the other hand, some container layers (such as | 150 | On the other hand, some container layers (such as |
151 | `meta-security <https://git.yoctoproject.org/cgit/cgit.cgi/meta-security>`_) | 151 | :yocto_git:`meta-security </meta-security>`) |
152 | have a top-level directory that is itself an actual layer, as well as | 152 | have a top-level directory that is itself an actual layer, as well as |
153 | a variety of sub-layers, both of which could be included in your | 153 | a variety of sub-layers, both of which could be included in your |
154 | ``bblayers.conf`` file. | 154 | ``bblayers.conf`` file. |