summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual
diff options
context:
space:
mode:
authorPaul Barker <pbarker@konsulko.com>2020-12-22 15:30:28 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-24 08:23:33 +0000
commitddf55dca6bba4919ec1ebaed673e3e2697ed4709 (patch)
treee0e631080e5ee2da1d9e3c4daa6ad0c9f2df096f /documentation/toaster-manual
parentd903e586c219bca2f1967864a12a6164910a38e1 (diff)
downloadpoky-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.rst2
-rw-r--r--documentation/toaster-manual/reference.rst4
-rw-r--r--documentation/toaster-manual/setup-and-use.rst11
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."
24A layer index is a web application that contains information about a set 24A layer index is a web application that contains information about a set
25of custom layers. A good example of an existing layer index is the 25of custom layers. A good example of an existing layer index is the
26OpenEmbedded Layer Index. A public instance of this layer index exists 26OpenEmbedded Layer Index. A public instance of this layer index exists
27at http://layers.openembedded.org. You can find the code for this 27at :oe_layerindex:`/`. You can find the code for this
28layer index's web application at :yocto_git:`/layerindex-web/`. 28layer index's web application at :yocto_git:`/layerindex-web/`.
29 29
30When you tie a layer source into Toaster, it can query the layer source 30When 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
81index. 81index.
82 82
83In the previous section, the code for the OpenEmbedded Metadata Index 83In 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
85this code, which is at :yocto_git:`/layerindex-web/`, as a base to create 85this code, which is at :yocto_git:`/layerindex-web/`, as a base to create
86your own layer index. 86your 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
463The Toaster web interface allows you to do the following: 463The 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
573compatible layers, other than the three core layers that come with the 572compatible layers, other than the three core layers that come with the
574Yocto Project: 573Yocto 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