summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/common-tasks.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/common-tasks.rst')
-rw-r--r--documentation/dev-manual/common-tasks.rst9
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
391. *Check Existing Layers:* Before creating a new layer, you should be 391. *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
1194whether someone else has already written one that meets (or comes close 1193whether someone else has already written one that meets (or comes close
1195to meeting) your needs. The Yocto Project and OpenEmbedded communities 1194to meeting) your needs. The Yocto Project and OpenEmbedded communities
1196maintain many recipes that might be candidates for what you are doing. 1195maintain many recipes that might be candidates for what you are doing.
1197You can find a good central index of these recipes in the `OpenEmbedded 1196You can find a good central index of these recipes in the
1198Layer Index <https://layers.openembedded.org>`__. 1197:oe_layerindex:`OpenEmbedded Layer Index <>`.
1199 1198
1200Working from an existing recipe or a skeleton recipe is the best way to 1199Working from an existing recipe or a skeleton recipe is the best way to
1201get started. Here are some points on both methods: 1200get started. Here are some points on both methods: