diff options
Diffstat (limited to 'documentation/bsp-guide/bsp.xml')
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index a3a4508f74..3d4e82ea83 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
@@ -41,6 +41,14 @@ | |||
41 | </literallayout> | 41 | </literallayout> |
42 | The string "meta-" is prepended to the machine or platform name, which is | 42 | The string "meta-" is prepended to the machine or platform name, which is |
43 | <replaceable>bsp_name</replaceable> in the above form. | 43 | <replaceable>bsp_name</replaceable> in the above form. |
44 | <note><title>Tip</title> | ||
45 | Because the BSP layer naming convention is well-established, | ||
46 | it is advisable to follow it when creating layers. | ||
47 | Technically speaking, a BSP layer name does not need to | ||
48 | start with <filename>meta-</filename>. | ||
49 | However, you might run into situations where obscure | ||
50 | scripts assume this convention. | ||
51 | </note> | ||
44 | </para> | 52 | </para> |
45 | 53 | ||
46 | <para> | 54 | <para> |