summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2010-12-15 13:40:41 -0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-21 12:49:44 +0000
commit1e68ee5b6553435d7ee605a179c7ca4b7962f060 (patch)
treeef77f17fc783c2f62f49f593299b66e93b793ec8 /documentation
parentb3b9476dc5a2886130893523bd7b00635c9139b6 (diff)
downloadpoky-1e68ee5b6553435d7ee605a179c7ca4b7962f060.tar.gz
documenation/bsp-guide/bsp.xml: Updated the Layer Configuration File section.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/bsp-guide/bsp.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index 397ef85e77..e59417d1bd 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -181,12 +181,14 @@ meta-&lt;bsp_name&gt;/binary/&lt;bootable_images&gt;
181 </section> 181 </section>
182 182
183 <section id='bsp-filelayout-layer'> 183 <section id='bsp-filelayout-layer'>
184 <title>Layer Configuration (meta-&lt;bsp_name&gt;/conf/layer.conf)</title> 184 <title>Layer Configuration File</title>
185 <programlisting>
186meta-&lt;bsp_name&gt;/conf/layer.conf
187 </programlisting>
185 188
186 <para> 189 <para>
187 This file identifies the structure as a Poky layer, identifies the 190 This file identifies the structure as a Poky layer, identifies the
188 contents of the layer, and contains information about how Poky should use 191 contents of the layer, and contains information about how Poky should use it.
189 it.
190 Generally, a standard boilerplate file such as the following works: 192 Generally, a standard boilerplate file such as the following works:
191 </para> 193 </para>
192 194