aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
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-<bsp_name>/binary/<bootable_images>
</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>