diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 81f347bb6a..5ff80da773 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml @@ -60,6 +60,9 @@ meta-<bsp_name> + + + "bsp_name" is a placeholder for the machine or platform name. Here are some example base directory names: @@ -69,6 +72,23 @@ + + The base directory (meta-<bsp_name>) is the root of the BSP layer. + This root is what you add to the BBLAYERS variable in build/conf/bblayers.conf + so that the build system recognizes the BSP definition and from it can build an image. + Here is an example: + + BBLAYERS = " \ + /usr/local/src/yocto/meta \ + /usr/local/src/yocto/meta-yocto \ + /usr/local/src/yocto/meta-<bsp_name> \ + " + + For more detailed information on layers, see the + + BitBake Layers section of the Poky Reference Manual. + + Below is the common form for the file structure inside a base directory. While you can use this basic form for the standard, realize that the actual structures