diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-07-30 11:00:01 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-17 10:09:34 +0100 |
commit | 283ed72d487ed78d4f8e0fcc17f635d6c212b7c6 (patch) | |
tree | ee9bc44a1a2789a729632f4c0c436257fa477b8e /documentation/kernel-dev/kernel-dev-common.rst | |
parent | 26c5622bb5551e1ad61db1c20890579dfb6b87c2 (diff) | |
download | poky-283ed72d487ed78d4f8e0fcc17f635d6c212b7c6.tar.gz |
sphinx: add links for Yocto project website
In DocBook, variables are used to create custom links (note that it is
not consistent everywhere, since some web addresses are still
hardcoded), such as YOCTO_HOME_URL, YOCTO_GIT_URL, YOCTO_WIKI_URL,
YOCTO_BUGS_URL and YOCTO_DL_URL..
In Sphinx they are replaced with extlinks.
(From yocto-docs rev: d25f3095a9d29a3355581d0743f27b2a423ad580)
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-common.rst')
-rw-r--r-- | documentation/kernel-dev/kernel-dev-common.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/kernel-dev/kernel-dev-common.rst b/documentation/kernel-dev/kernel-dev-common.rst index 813f4047e2..aa9f77de86 100644 --- a/documentation/kernel-dev/kernel-dev-common.rst +++ b/documentation/kernel-dev/kernel-dev-common.rst | |||
@@ -286,7 +286,7 @@ section: | |||
286 | 5. *Create a Local Copy of the Kernel Git Repository:* You can find Git | 286 | 5. *Create a Local Copy of the Kernel Git Repository:* You can find Git |
287 | repositories of supported Yocto Project kernels organized under | 287 | repositories of supported Yocto Project kernels organized under |
288 | "Yocto Linux Kernel" in the Yocto Project Source Repositories at | 288 | "Yocto Linux Kernel" in the Yocto Project Source Repositories at |
289 | ` <&YOCTO_GIT_URL;>`__. | 289 | :yocto_git:`/`. |
290 | 290 | ||
291 | For simplicity, it is recommended that you create your copy of the | 291 | For simplicity, it is recommended that you create your copy of the |
292 | kernel Git repository outside of the | 292 | kernel Git repository outside of the |
@@ -1404,7 +1404,7 @@ To help you use your own sources, the Yocto Project provides a | |||
1404 | linux-yocto custom recipe (``linux-yocto-custom.bb``) that uses | 1404 | linux-yocto custom recipe (``linux-yocto-custom.bb``) that uses |
1405 | ``kernel.org`` sources and the Yocto Project Linux kernel tools for | 1405 | ``kernel.org`` sources and the Yocto Project Linux kernel tools for |
1406 | managing kernel Metadata. You can find this recipe in the ``poky`` Git | 1406 | managing kernel Metadata. You can find this recipe in the ``poky`` Git |
1407 | repository of the Yocto Project `Source Repository <&YOCTO_GIT_URL;>`__ | 1407 | repository of the Yocto Project :yocto_git:`Source Repository <>` |
1408 | at: poky/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb | 1408 | at: poky/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb |
1409 | 1409 | ||
1410 | Here are some basic steps you can use to work with your own sources: | 1410 | Here are some basic steps you can use to work with your own sources: |
@@ -1535,7 +1535,7 @@ Linux kernel sources, if you need an external kernel module, the | |||
1535 | create your own out-of-tree Linux kernel module recipe. | 1535 | create your own out-of-tree Linux kernel module recipe. |
1536 | 1536 | ||
1537 | This template recipe is located in the ``poky`` Git repository of the | 1537 | This template recipe is located in the ``poky`` Git repository of the |
1538 | Yocto Project `Source Repository <&YOCTO_GIT_URL;>`__ at: | 1538 | Yocto Project :yocto_git:`Source Repository <>` at: |
1539 | poky/meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb | 1539 | poky/meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb |
1540 | 1540 | ||
1541 | To get started, copy this recipe to your layer and give it a meaningful | 1541 | To get started, copy this recipe to your layer and give it a meaningful |