summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index fe198119b7..bdf59de8a6 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -146,7 +146,10 @@
146 If the layer adds distro policy, add the distro configuration in a 146 If the layer adds distro policy, add the distro configuration in a
147 <filename>conf/distro/</filename> file with the layer. 147 <filename>conf/distro/</filename> file with the layer.
148 If the layer introduces new recipes, put the recipes you need in 148 If the layer introduces new recipes, put the recipes you need in
149 <filename>recipes-*</filename> subdirectories within the layer.</para></listitem> 149 <filename>recipes-*</filename> subdirectories within the layer.
150 <note>In order to be compliant with the Yocto Project, a layer must contain
151 a <ulink url='&YOCTO_DOCS_BSP_URL;#bsp-filelayout-readme'>README file.</ulink>
152 </note></para></listitem>
150 </orderedlist> 153 </orderedlist>
151 </para> 154 </para>
152 155