diff options
-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 8518bf06d..5dd4aa7f2 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml @@ -186,7 +186,9 @@ meta-<bsp_name>/conf/layer.conf <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. - Generally, a standard boilerplate file such as the following works: + Generally, a standard boilerplate file such as the following works. + In the following example you would replace "bsp" and "_bsp" with the actual name + of the BSP (i.e. <bsp_name> from the example template). </para> <para> |