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/overview-manual | |
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/overview-manual')
-rw-r--r-- | documentation/overview-manual/concepts.rst | 15 |
1 files changed, 6 insertions, 9 deletions
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 |