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/setup-and-use.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/toaster-manual/setup-and-use.rst')
-rw-r--r-- | documentation/toaster-manual/setup-and-use.rst | 11 |
1 files changed, 5 insertions, 6 deletions
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 |