diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index ab7b0ff652..835581bae3 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -795,10 +795,10 @@ The conf directory: - This directory contains the layers - .conf. + This directory contains the layer's configuration file. The root name for the file is the same as the root name - your provided for the layer. + your provided for the layer (e.g. + <layer>.conf). The COPYING.MIT: @@ -815,7 +815,6 @@ If you choose to generate a sample recipe file, the script prompts you for the name for the recipe and then creates it in <layer>/recipes-example/example/. - in a directory named recipes-example. The script creates a .bb file and a directory, which contains a sample helloworld.c source file and along with @@ -850,7 +849,8 @@ Once you create your general layer, you must add it to your bblayers.conf file. - Here is an example: + Here is an example where a layer named + meta-mylayer is added: BBLAYERS = ?" \ /usr/local/src/yocto/meta \