summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorPaul Barker <pbarker@konsulko.com>2020-12-22 15:30:29 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-24 08:23:33 +0000
commit58892e05f652fc6bd75a85760d00bcef1c14d93d (patch)
treebab2dca57d59ec843ef3eb17192235a610ac8a24 /documentation
parentddf55dca6bba4919ec1ebaed673e3e2697ed4709 (diff)
downloadpoky-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.py2
-rw-r--r--documentation/dev-manual/common-tasks.rst4
-rw-r--r--documentation/overview-manual/concepts.rst15
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
70extlinks = { 70extlinks = {
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
3232. Completion of an application acceptance form, which you can find at 3232. 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
326To be granted permission to use the logo, you need to satisfy the 326To be granted permission to use the logo, you need to satisfy the
327following: 327following:
@@ -345,7 +345,7 @@ application, you can use the Yocto Project Compatibility Logo with your
345layer and the application that uses your layer. 345layer and the application that uses your layer.
346 346
347To access the form, use this link: 347To access the form, use this link:
348https://www.yoctoproject.org/webform/yocto-project-compatible-registration. 348:yocto_home:`/webform/yocto-project-compatible-registration`.
349Follow the instructions on the form to complete your application. 349Follow the instructions on the form to complete your application.
350 350
351The application consists of the following sections: 351The 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
141using a different layer where that metadata might be common across 141using a different layer where that metadata might be common across
142several pieces of hardware. 142several pieces of hardware.
143 143
144Many layers exist that work in the Yocto Project development 144Many layers exist that work in the Yocto Project development environment. The
145environment. The `Yocto Project Curated Layer 145:yocto_home:`Yocto Project Curated Layer Index </software-overview/layers/>`
146Index <https://www.yoctoproject.org/software-overview/layers/>`__ 146and :oe_layerindex:`OpenEmbedded Layer Index <>` both contain layers from
147and :oe_layerindex:`OpenEmbedded Layer Index <>` 147which you can use or leverage.
148both contain layers from which you can use or leverage.
149 148
150By convention, layers in the Yocto Project follow a specific form. 149By convention, layers in the Yocto Project follow a specific form.
151Conforming to a known structure allows BitBake to make assumptions 150Conforming 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
2093the BitBake keyword/variable flag that requests a fake root environment 2092the BitBake keyword/variable flag that requests a fake root environment
2094for a task. 2093for a task.
2095 2094
2096In the :term:`OpenEmbedded Build System`, 2095In the :term:`OpenEmbedded Build System`, the program that implements
2097the program that 2096fakeroot is known as :yocto_home:`Pseudo </software-item/pseudo/>`. Pseudo
2098implements fakeroot is known as
2099`Pseudo <https://www.yoctoproject.org/software-item/pseudo/>`__. Pseudo
2100overrides system calls by using the environment variable ``LD_PRELOAD``, 2097overrides system calls by using the environment variable ``LD_PRELOAD``,
2101which results in the illusion of running as root. To keep track of 2098which 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