diff options
author | Paul Barker <pbarker@konsulko.com> | 2020-11-27 15:19:09 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-03 12:04:21 +0000 |
commit | 48748377a41a697a2b280ddbecb1c39487d1b7b8 (patch) | |
tree | 256c470487c98c810fbb28ab4973d7180ac23baf /documentation/kernel-dev/kernel-dev-advanced.rst | |
parent | 8faafa99cc9a45c1920ec3ea696a9ec7fb653194 (diff) | |
download | poky-48748377a41a697a2b280ddbecb1c39487d1b7b8.tar.gz |
documentation: Simplify yocto_git links
The yocto_git external link directive is modified to include the
`/cgit/cgit.cgi` element of the URL so that we can simplify the links in
the text.
Manual links to git.yoctoproject.org are converted to use the yocto_git
directive where possible. Note that this directive can't be used in some
places such as example code.
(From yocto-docs rev: 3a8ba5dcc783411c73fe49fb217cbc4d6528d9a7)
Signed-off-by: Paul Barker <pbarker@konsulko.com>
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev/kernel-dev-advanced.rst')
-rw-r--r-- | documentation/kernel-dev/kernel-dev-advanced.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/kernel-dev/kernel-dev-advanced.rst b/documentation/kernel-dev/kernel-dev-advanced.rst index 6999057b8a..db0a1eb2e5 100644 --- a/documentation/kernel-dev/kernel-dev-advanced.rst +++ b/documentation/kernel-dev/kernel-dev-advanced.rst | |||
@@ -200,7 +200,7 @@ either | |||
200 | :term:`FILESEXTRAPATHS` if | 200 | :term:`FILESEXTRAPATHS` if |
201 | you are creating Metadata in `recipe-space <#recipe-space-metadata>`__, | 201 | you are creating Metadata in `recipe-space <#recipe-space-metadata>`__, |
202 | or the top level of | 202 | or the top level of |
203 | :yocto_git:`yocto-kernel-cache </cgit/cgit.cgi/yocto-kernel-cache/tree/>` | 203 | :yocto_git:`yocto-kernel-cache </yocto-kernel-cache/tree/>` |
204 | if you are creating `Metadata outside of the | 204 | if you are creating `Metadata outside of the |
205 | recipe-space <#metadata-outside-the-recipe-space>`__. | 205 | recipe-space <#metadata-outside-the-recipe-space>`__. |
206 | 206 | ||
@@ -469,7 +469,7 @@ supported kernel type. | |||
469 | For BSPs supported by the Yocto Project, the BSP description files | 469 | For BSPs supported by the Yocto Project, the BSP description files |
470 | are located in the ``bsp`` directory of the ``yocto-kernel-cache`` | 470 | are located in the ``bsp`` directory of the ``yocto-kernel-cache`` |
471 | repository organized under the "Yocto Linux Kernel" heading in the | 471 | repository organized under the "Yocto Linux Kernel" heading in the |
472 | :yocto_git:`Yocto Project Source Repositories </>`. | 472 | :yocto_git:`Yocto Project Source Repositories <>`. |
473 | 473 | ||
474 | This section overviews the BSP description structure, the aggregation | 474 | This section overviews the BSP description structure, the aggregation |
475 | concepts, and presents a detailed example using a BSP supported by the | 475 | concepts, and presents a detailed example using a BSP supported by the |