diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 696e4ee7e2..a39a611b38 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml @@ -220,7 +220,7 @@
README File - You can find these files in the BSP Layer at: + You can find this file in the BSP Layer at: meta-<bsp_name>/README @@ -234,7 +234,30 @@ - Technically speaking a README is optional but it is highly + Technically speaking a README file is optional but it is highly + recommended that every BSP has one. + +
+ +
+ README.sources File + + You can find this file in the BSP Layer at: + + meta-<bsp_name>/README.sources + + + + + This file provides information on where to locate the BSP source files. + For example, information provides where to find the sources that comprise + the images shipped with the BSP. + Information is also included to help you find the metadata used to generate the images + that ship with the BSP. + + + + Technically speaking a README.sources file is optional but it is highly recommended that every BSP has one.