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/dev-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/dev-manual')
| -rw-r--r-- | documentation/dev-manual/common-tasks.rst | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst index 39db6563c3..79acb8671f 100644 --- a/documentation/dev-manual/common-tasks.rst +++ b/documentation/dev-manual/common-tasks.rst | |||
| @@ -38,9 +38,8 @@ Follow these general steps to create your layer without using tools: | |||
| 38 | 38 | ||
| 39 | 1. *Check Existing Layers:* Before creating a new layer, you should be | 39 | 1. *Check Existing Layers:* Before creating a new layer, you should be |
| 40 | sure someone has not already created a layer containing the Metadata | 40 | sure someone has not already created a layer containing the Metadata |
| 41 | you need. You can see the `OpenEmbedded Metadata | 41 | you need. You can see the :oe_layerindex:`OpenEmbedded Metadata Index <>` |
| 42 | Index <https://layers.openembedded.org/layerindex/layers/>`__ for a | 42 | for a list of layers from the OpenEmbedded community that can be used in |
| 43 | list of layers from the OpenEmbedded community that can be used in | ||
| 44 | the Yocto Project. You could find a layer that is identical or close | 43 | the Yocto Project. You could find a layer that is identical or close |
| 45 | to what you need. | 44 | to what you need. |
| 46 | 45 | ||
| @@ -1194,8 +1193,8 @@ Before writing a recipe from scratch, it is often useful to discover | |||
| 1194 | whether someone else has already written one that meets (or comes close | 1193 | whether someone else has already written one that meets (or comes close |
| 1195 | to meeting) your needs. The Yocto Project and OpenEmbedded communities | 1194 | to meeting) your needs. The Yocto Project and OpenEmbedded communities |
| 1196 | maintain many recipes that might be candidates for what you are doing. | 1195 | maintain many recipes that might be candidates for what you are doing. |
| 1197 | You can find a good central index of these recipes in the `OpenEmbedded | 1196 | You can find a good central index of these recipes in the |
| 1198 | Layer Index <https://layers.openembedded.org>`__. | 1197 | :oe_layerindex:`OpenEmbedded Layer Index <>`. |
| 1199 | 1198 | ||
| 1200 | Working from an existing recipe or a skeleton recipe is the best way to | 1199 | Working from an existing recipe or a skeleton recipe is the best way to |
| 1201 | get started. Here are some points on both methods: | 1200 | get started. Here are some points on both methods: |
