diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-12-15 13:40:41 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-21 12:49:44 +0000 |
commit | 1e68ee5b6553435d7ee605a179c7ca4b7962f060 (patch) | |
tree | ef77f17fc783c2f62f49f593299b66e93b793ec8 /documentation | |
parent | b3b9476dc5a2886130893523bd7b00635c9139b6 (diff) | |
download | openembedded-core-1e68ee5b6553435d7ee605a179c7ca4b7962f060.tar.gz openembedded-core-1e68ee5b6553435d7ee605a179c7ca4b7962f060.tar.bz2 openembedded-core-1e68ee5b6553435d7ee605a179c7ca4b7962f060.zip |
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.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> |