diff options
author | Paul Barker <pbarker@konsulko.com> | 2020-12-22 15:30:29 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-24 08:23:33 +0000 |
commit | 58892e05f652fc6bd75a85760d00bcef1c14d93d (patch) | |
tree | bab2dca57d59ec843ef3eb17192235a610ac8a24 /documentation | |
parent | ddf55dca6bba4919ec1ebaed673e3e2697ed4709 (diff) | |
download | poky-58892e05f652fc6bd75a85760d00bcef1c14d93d.tar.gz |
documentation: Simplify remaining yocto_home links
(From yocto-docs rev: e0151e039f96c1548e2ec39ae24d4b0276f49434)
Signed-off-by: Paul Barker <pbarker@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/conf.py | 2 | ||||
-rw-r--r-- | documentation/dev-manual/common-tasks.rst | 4 | ||||
-rw-r--r-- | documentation/overview-manual/concepts.rst | 15 |
3 files changed, 9 insertions, 12 deletions
diff --git a/documentation/conf.py b/documentation/conf.py index 68eb92b0a8..407ea3292f 100644 --- a/documentation/conf.py +++ b/documentation/conf.py | |||
@@ -68,7 +68,7 @@ rst_prolog = """ | |||
68 | 68 | ||
69 | # external links and substitutions | 69 | # external links and substitutions |
70 | extlinks = { | 70 | extlinks = { |
71 | 'yocto_home': ('https://yoctoproject.org%s', None), | 71 | 'yocto_home': ('https://www.yoctoproject.org%s', None), |
72 | 'yocto_wiki': ('https://wiki.yoctoproject.org/wiki%s', None), | 72 | 'yocto_wiki': ('https://wiki.yoctoproject.org/wiki%s', None), |
73 | 'yocto_dl': ('https://downloads.yoctoproject.org%s', None), | 73 | 'yocto_dl': ('https://downloads.yoctoproject.org%s', None), |
74 | 'yocto_lists': ('https://lists.yoctoproject.org%s', None), | 74 | 'yocto_lists': ('https://lists.yoctoproject.org%s', None), |
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst index 79acb8671f..30761c3c60 100644 --- a/documentation/dev-manual/common-tasks.rst +++ b/documentation/dev-manual/common-tasks.rst | |||
@@ -321,7 +321,7 @@ Logo for your layer and application. The process consists of two parts: | |||
321 | successful compatibility registration. | 321 | successful compatibility registration. |
322 | 322 | ||
323 | 2. Completion of an application acceptance form, which you can find at | 323 | 2. Completion of an application acceptance form, which you can find at |
324 | https://www.yoctoproject.org/webform/yocto-project-compatible-registration. | 324 | :yocto_home:`/webform/yocto-project-compatible-registration`. |
325 | 325 | ||
326 | To be granted permission to use the logo, you need to satisfy the | 326 | To be granted permission to use the logo, you need to satisfy the |
327 | following: | 327 | following: |
@@ -345,7 +345,7 @@ application, you can use the Yocto Project Compatibility Logo with your | |||
345 | layer and the application that uses your layer. | 345 | layer and the application that uses your layer. |
346 | 346 | ||
347 | To access the form, use this link: | 347 | To access the form, use this link: |
348 | https://www.yoctoproject.org/webform/yocto-project-compatible-registration. | 348 | :yocto_home:`/webform/yocto-project-compatible-registration`. |
349 | Follow the instructions on the form to complete your application. | 349 | Follow the instructions on the form to complete your application. |
350 | 350 | ||
351 | The application consists of the following sections: | 351 | The application consists of the following sections: |
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index 221d5e1044..257de44ec8 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst | |||
@@ -141,11 +141,10 @@ hardware-specific configurations allows you to share other metadata by | |||
141 | using a different layer where that metadata might be common across | 141 | using a different layer where that metadata might be common across |
142 | several pieces of hardware. | 142 | several pieces of hardware. |
143 | 143 | ||
144 | Many layers exist that work in the Yocto Project development | 144 | Many layers exist that work in the Yocto Project development environment. The |
145 | environment. The `Yocto Project Curated Layer | 145 | :yocto_home:`Yocto Project Curated Layer Index </software-overview/layers/>` |
146 | Index <https://www.yoctoproject.org/software-overview/layers/>`__ | 146 | and :oe_layerindex:`OpenEmbedded Layer Index <>` both contain layers from |
147 | and :oe_layerindex:`OpenEmbedded Layer Index <>` | 147 | which you can use or leverage. |
148 | both contain layers from which you can use or leverage. | ||
149 | 148 | ||
150 | By convention, layers in the Yocto Project follow a specific form. | 149 | By convention, layers in the Yocto Project follow a specific form. |
151 | Conforming to a known structure allows BitBake to make assumptions | 150 | Conforming to a known structure allows BitBake to make assumptions |
@@ -2093,10 +2092,8 @@ The capability to run tasks in a fake root environment is known as | |||
2093 | the BitBake keyword/variable flag that requests a fake root environment | 2092 | the BitBake keyword/variable flag that requests a fake root environment |
2094 | for a task. | 2093 | for a task. |
2095 | 2094 | ||
2096 | In the :term:`OpenEmbedded Build System`, | 2095 | In the :term:`OpenEmbedded Build System`, the program that implements |
2097 | the program that | 2096 | fakeroot is known as :yocto_home:`Pseudo </software-item/pseudo/>`. Pseudo |
2098 | implements fakeroot is known as | ||
2099 | `Pseudo <https://www.yoctoproject.org/software-item/pseudo/>`__. Pseudo | ||
2100 | overrides system calls by using the environment variable ``LD_PRELOAD``, | 2097 | overrides system calls by using the environment variable ``LD_PRELOAD``, |
2101 | which results in the illusion of running as root. To keep track of | 2098 | which results in the illusion of running as root. To keep track of |
2102 | "fake" file ownership and permissions resulting from operations that | 2099 | "fake" file ownership and permissions resulting from operations that |