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 @@ The string "meta-" is prepended to the machine or platform name, which is bsp_name in the above form. + Tip + Because the BSP layer naming convention is well-established, + it is advisable to follow it when creating layers. + Technically speaking, a BSP layer name does not need to + start with meta-. + However, you might run into situations where obscure + scripts assume this convention. +