summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-09-04 10:48:47 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-14 09:50:45 +0100
commit3fa4a6a146666d6817de1076aa0a92198167fb88 (patch)
treed8089ecb3fe8738060ed22e44c03f245d95d16f6 /documentation
parentb3ba9eb7e220b395b91db4520f7321f30ea37cec (diff)
downloadpoky-3fa4a6a146666d6817de1076aa0a92198167fb88.tar.gz
documentation/dev-manual/dev-manual-common-tasks.xml: note on readme
Added a note in the "Creating Layers" section noting that to be Yocto Project compliant, a layer must contain a README file. This change was prompted by a discussion over the fact between Robert P. J. Day and Mark Hatle. (From yocto-docs rev: 2e073763a81125699a2d962031ca29ca64c81595) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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