diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 5856c359bd..2ae83810e1 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -46,9 +46,17 @@ Layers - The Source Directory contains several layers right out of the box. - You can easily identify a layer in the Source Directory by its folder name. - Folders that are layers begin with the string meta. + The Source Directory contains several layers right out of the + box. + You can easily identify layers that ship with a + Yocto Project release in the Source Directory by their + folder names. + Folders that are layers begin with the string + meta. + + It is not a requirement that a layer begins with the + string meta. + For example, when you set up the Source Directory structure, you will see several layers: meta, meta-hob, meta-skeleton, @@ -80,10 +88,10 @@ LayerIndex for a list of layers from the OpenEmbedded community that can be used in the Yocto Project. - Create a Directory: Create the directory - for your layer. - Traditionally, prepend the name of the folder with the string - meta. + Create a Directory: + Create the directory for your layer. + While not strictly required, prepend the name of the + folder with the string meta. For example: meta-mylayer