diff options
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: |