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/toaster-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/toaster-manual')
-rw-r--r-- | documentation/toaster-manual/intro.rst | 2 | ||||
-rw-r--r-- | documentation/toaster-manual/reference.rst | 4 | ||||
-rw-r--r-- | documentation/toaster-manual/setup-and-use.rst | 11 |
3 files changed, 8 insertions, 9 deletions
diff --git a/documentation/toaster-manual/intro.rst b/documentation/toaster-manual/intro.rst index c78b3f53da..57e5b2bb7b 100644 --- a/documentation/toaster-manual/intro.rst +++ b/documentation/toaster-manual/intro.rst | |||
@@ -27,7 +27,7 @@ extensive information about the build process. | |||
27 | - Browse layers listed in the various | 27 | - Browse layers listed in the various |
28 | :ref:`layer sources <toaster-manual/reference:layer source>` | 28 | :ref:`layer sources <toaster-manual/reference:layer source>` |
29 | that are available in your project (e.g. the OpenEmbedded Layer Index at | 29 | that are available in your project (e.g. the OpenEmbedded Layer Index at |
30 | http://layers.openembedded.org/layerindex/). | 30 | :oe_layerindex:`/`). |
31 | 31 | ||
32 | - Browse images, recipes, and machines provided by those layers. | 32 | - Browse images, recipes, and machines provided by those layers. |
33 | 33 | ||
diff --git a/documentation/toaster-manual/reference.rst b/documentation/toaster-manual/reference.rst index dfe51889e8..34a1f39cff 100644 --- a/documentation/toaster-manual/reference.rst +++ b/documentation/toaster-manual/reference.rst | |||
@@ -24,7 +24,7 @@ type of layer source called a "layer index." | |||
24 | A layer index is a web application that contains information about a set | 24 | A layer index is a web application that contains information about a set |
25 | of custom layers. A good example of an existing layer index is the | 25 | of custom layers. A good example of an existing layer index is the |
26 | OpenEmbedded Layer Index. A public instance of this layer index exists | 26 | OpenEmbedded Layer Index. A public instance of this layer index exists |
27 | at http://layers.openembedded.org. You can find the code for this | 27 | at :oe_layerindex:`/`. You can find the code for this |
28 | layer index's web application at :yocto_git:`/layerindex-web/`. | 28 | layer index's web application at :yocto_git:`/layerindex-web/`. |
29 | 29 | ||
30 | When you tie a layer source into Toaster, it can query the layer source | 30 | When you tie a layer source into Toaster, it can query the layer source |
@@ -81,7 +81,7 @@ describes two methods by which you can configure and use your layer | |||
81 | index. | 81 | index. |
82 | 82 | ||
83 | In the previous section, the code for the OpenEmbedded Metadata Index | 83 | In the previous section, the code for the OpenEmbedded Metadata Index |
84 | (i.e. http://layers.openembedded.org) was referenced. You can use | 84 | (i.e. :oe_layerindex:`/`) was referenced. You can use |
85 | this code, which is at :yocto_git:`/layerindex-web/`, as a base to create | 85 | this code, which is at :yocto_git:`/layerindex-web/`, as a base to create |
86 | your own layer index. | 86 | your own layer index. |
87 | 87 | ||
diff --git a/documentation/toaster-manual/setup-and-use.rst b/documentation/toaster-manual/setup-and-use.rst index 2cb7884eb9..ded771e796 100644 --- a/documentation/toaster-manual/setup-and-use.rst +++ b/documentation/toaster-manual/setup-and-use.rst | |||
@@ -462,9 +462,8 @@ Using the Toaster Web Interface | |||
462 | 462 | ||
463 | The Toaster web interface allows you to do the following: | 463 | The Toaster web interface allows you to do the following: |
464 | 464 | ||
465 | - Browse published layers in the `OpenEmbedded Layer | 465 | - Browse published layers in the :oe_layerindex:`OpenEmbedded Layer Index <>` |
466 | Index <http://layers.openembedded.org>`__ that are available for your | 466 | that are available for your selected version of the build system. |
467 | selected version of the build system. | ||
468 | 467 | ||
469 | - Import your own layers for building. | 468 | - Import your own layers for building. |
470 | 469 | ||
@@ -573,11 +572,11 @@ However, the "Local Yocto Project" release will not provide you with any | |||
573 | compatible layers, other than the three core layers that come with the | 572 | compatible layers, other than the three core layers that come with the |
574 | Yocto Project: | 573 | Yocto Project: |
575 | 574 | ||
576 | - `openembedded-core <http://layers.openembedded.org/layerindex/branch/master/layer/openembedded-core/>`__ | 575 | - :oe_layer:`openembedded-core </openembedded-core>` |
577 | 576 | ||
578 | - `meta-poky <http://layers.openembedded.org/layerindex/branch/master/layer/meta-poky/>`__ | 577 | - :oe_layer:`meta-poky </meta-poky>` |
579 | 578 | ||
580 | - `meta-yocto-bsp <http://layers.openembedded.org/layerindex/branch/master/layer/meta-yocto-bsp/>`__ | 579 | - :oe_layer:`meta-yocto-bsp </meta-yocto-bsp>` |
581 | 580 | ||
582 | .. image:: figures/compatible-layers.png | 581 | .. image:: figures/compatible-layers.png |
583 | :align: center | 582 | :align: center |