diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-12-16 13:39:14 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-21 12:49:45 +0000 |
commit | 8505df261498cf7a856e2e52b072dc36043b13a1 (patch) | |
tree | 566229532796d38498dd0bf8e2b16b4f3fc303c2 /documentation | |
parent | 8e947f92ad619519595838873a0a6c88cdea8904 (diff) | |
download | poky-8505df261498cf7a856e2e52b072dc36043b13a1.tar.gz |
documentation/bsp-guide/bsp.xml: Updated Layer Configuration File Section
Added wording to be sure user knows to replace "bsp" and "_bsp" in the
boilerplate template example with the actual BSP name (i.e. <bsp_name>).
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 8518bf06d4..5dd4aa7f2c 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
@@ -186,7 +186,9 @@ meta-<bsp_name>/conf/layer.conf | |||
186 | <para> | 186 | <para> |
187 | This file identifies the structure as a Poky layer, identifies the | 187 | This file identifies the structure as a Poky layer, identifies the |
188 | contents of the layer, and contains information about how Poky should use it. | 188 | contents of the layer, and contains information about how Poky should use it. |
189 | Generally, a standard boilerplate file such as the following works: | 189 | Generally, a standard boilerplate file such as the following works. |
190 | In the following example you would replace "bsp" and "_bsp" with the actual name | ||
191 | of the BSP (i.e. <bsp_name> from the example template). | ||
190 | </para> | 192 | </para> |
191 | 193 | ||
192 | <para> | 194 | <para> |