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 | |
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')
-rw-r--r-- | documentation/overview-manual/concepts.rst | 15 | ||||
-rw-r--r-- | documentation/overview-manual/yp-intro.rst | 6 |
2 files changed, 8 insertions, 13 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 |
diff --git a/documentation/overview-manual/yp-intro.rst b/documentation/overview-manual/yp-intro.rst index 456bfc549a..4da55a83d5 100644 --- a/documentation/overview-manual/yp-intro.rst +++ b/documentation/overview-manual/yp-intro.rst | |||
@@ -221,8 +221,7 @@ your Metadata, the easier it is to cope with future changes. | |||
221 | 221 | ||
222 | - Familiarize yourself with the `Yocto Project curated layer | 222 | - Familiarize yourself with the `Yocto Project curated layer |
223 | index <https://www.yoctoproject.org/software-overview/layers/>`__ | 223 | index <https://www.yoctoproject.org/software-overview/layers/>`__ |
224 | or the `OpenEmbedded layer | 224 | or the :oe_layerindex:`OpenEmbedded layer index <>`. |
225 | index <http://layers.openembedded.org/layerindex/branch/master/layers/>`__. | ||
226 | The latter contains more layers but they are less universally | 225 | The latter contains more layers but they are less universally |
227 | validated. | 226 | validated. |
228 | 227 | ||
@@ -364,8 +363,7 @@ activities using the Yocto Project: | |||
364 | versions available for Yocto Project. The main purpose of the system | 363 | versions available for Yocto Project. The main purpose of the system |
365 | is to help you manage the recipes you maintain and to offer a dynamic | 364 | is to help you manage the recipes you maintain and to offer a dynamic |
366 | overview of the project. The Recipe Reporting System is built on top | 365 | overview of the project. The Recipe Reporting System is built on top |
367 | of the `OpenEmbedded Layer | 366 | of the :oe_layerindex:`OpenEmbedded Layer Index <>`, which |
368 | Index <http://layers.openembedded.org/layerindex/layers/>`__, which | ||
369 | is a website that indexes OpenEmbedded-Core layers. | 367 | is a website that indexes OpenEmbedded-Core layers. |
370 | 368 | ||
371 | - *Patchwork:* `Patchwork <http://jk.ozlabs.org/projects/patchwork/>`__ | 369 | - *Patchwork:* `Patchwork <http://jk.ozlabs.org/projects/patchwork/>`__ |