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)
downloadopenembedded-core-contrib-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;
</section>
<section id='bsp-filelayout-layer'>
- <title>Layer Configuration (meta-&lt;bsp_name&gt;/conf/layer.conf)</title>
+ <title>Layer Configuration File</title>
+ <programlisting>
+meta-&lt;bsp_name&gt;/conf/layer.conf
+ </programlisting>
<para>
This file identifies the structure as a Poky layer, identifies the
- contents of the layer, and contains information about how Poky should use
- it.
+ contents of the layer, and contains information about how Poky should use it.
Generally, a standard boilerplate file such as the following works:
</para>