diff options
author | Paul Barker <pbarker@konsulko.com> | 2020-12-22 15:30:28 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-24 08:23:33 +0000 |
commit | ddf55dca6bba4919ec1ebaed673e3e2697ed4709 (patch) | |
tree | e0e631080e5ee2da1d9e3c4daa6ad0c9f2df096f /documentation/overview-manual/concepts.rst | |
parent | d903e586c219bca2f1967864a12a6164910a38e1 (diff) | |
download | poky-ddf55dca6bba4919ec1ebaed673e3e2697ed4709.tar.gz |
documentation: Simplify layerindex and layer links
(From yocto-docs rev: b157d57cc50b0a9cfaa062fa0e966b4d29eceeec)
Signed-off-by: Paul Barker <pbarker@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual/concepts.rst')
-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 8fbbabbac5..221d5e1044 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst | |||
@@ -144,8 +144,7 @@ several pieces of hardware. | |||
144 | Many layers exist that work in the Yocto Project development | 144 | Many layers exist that work in the Yocto Project development |
145 | environment. The `Yocto Project Curated Layer | 145 | environment. The `Yocto Project Curated Layer |
146 | Index <https://www.yoctoproject.org/software-overview/layers/>`__ | 146 | Index <https://www.yoctoproject.org/software-overview/layers/>`__ |
147 | and `OpenEmbedded Layer | 147 | and :oe_layerindex:`OpenEmbedded Layer Index <>` |
148 | Index <http://layers.openembedded.org/layerindex/branch/master/layers/>`__ | ||
149 | both contain layers from which you can use or leverage. | 148 | both contain layers from which you can use or leverage. |
150 | 149 | ||
151 | By convention, layers in the Yocto Project follow a specific form. | 150 | By convention, layers in the Yocto Project follow a specific form. |
@@ -380,13 +379,11 @@ figure <#general-workflow-figure>`__: | |||
380 | 379 | ||
381 | - *Metadata (.bb + Patches):* Software layers containing | 380 | - *Metadata (.bb + Patches):* Software layers containing |
382 | user-supplied recipe files, patches, and append files. A good example | 381 | user-supplied recipe files, patches, and append files. A good example |
383 | of a software layer might be the | 382 | of a software layer might be the :oe_layer:`meta-qt5 layer </meta-qt5>` |
384 | `meta-qt5 layer <https://github.com/meta-qt5/meta-qt5>`__ from | 383 | from the :oe_layerindex:`OpenEmbedded Layer Index <>`. This layer is for |
385 | the `OpenEmbedded Layer | 384 | version 5.0 of the popular `Qt <https://wiki.qt.io/About_Qt>`__ |
386 | Index <http://layers.openembedded.org/layerindex/branch/master/layers/>`__. | 385 | cross-platform application development framework for desktop, embedded and |
387 | This layer is for version 5.0 of the popular | 386 | mobile. |
388 | `Qt <https://wiki.qt.io/About_Qt>`__ cross-platform application | ||
389 | development framework for desktop, embedded and mobile. | ||
390 | 387 | ||
391 | - *Machine BSP Configuration:* Board Support Package (BSP) layers (i.e. | 388 | - *Machine BSP Configuration:* Board Support Package (BSP) layers (i.e. |
392 | "BSP Layer" in the following figure) providing machine-specific | 389 | "BSP Layer" in the following figure) providing machine-specific |