diff options
Diffstat (limited to 'documentation/bsp-guide')
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 8 |
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-<bsp_name>/conf/layer.conf)</title> + <title>Layer Configuration File</title> + <programlisting> +meta-<bsp_name>/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> |