diff options
Diffstat (limited to 'documentation/bsp-guide')
| -rw-r--r-- | documentation/bsp-guide/bsp.xml | 27 |
1 files changed, 25 insertions, 2 deletions
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 @@ | |||
| 220 | <section id="bsp-filelayout-readme"> | 220 | <section id="bsp-filelayout-readme"> |
| 221 | <title>README File</title> | 221 | <title>README File</title> |
| 222 | <para> | 222 | <para> |
| 223 | You can find these files in the BSP Layer at: | 223 | You can find this file in the BSP Layer at: |
| 224 | <literallayout class='monospaced'> | 224 | <literallayout class='monospaced'> |
| 225 | meta-<bsp_name>/README | 225 | meta-<bsp_name>/README |
| 226 | </literallayout> | 226 | </literallayout> |
| @@ -234,7 +234,30 @@ | |||
| 234 | </para> | 234 | </para> |
| 235 | 235 | ||
| 236 | <para> | 236 | <para> |
| 237 | Technically speaking a <filename>README</filename> is optional but it is highly | 237 | Technically speaking a <filename>README</filename> file is optional but it is highly |
| 238 | recommended that every BSP has one. | ||
| 239 | </para> | ||
| 240 | </section> | ||
| 241 | |||
| 242 | <section id="bsp-filelayout-readme-sources"> | ||
| 243 | <title>README.sources File</title> | ||
| 244 | <para> | ||
| 245 | You can find this file in the BSP Layer at: | ||
| 246 | <literallayout class='monospaced'> | ||
| 247 | meta-<bsp_name>/README.sources | ||
| 248 | </literallayout> | ||
| 249 | </para> | ||
| 250 | |||
| 251 | <para> | ||
| 252 | This file provides information on where to locate the BSP source files. | ||
| 253 | For example, information provides where to find the sources that comprise | ||
| 254 | the images shipped with the BSP. | ||
| 255 | Information is also included to help you find the metadata used to generate the images | ||
| 256 | that ship with the BSP. | ||
| 257 | </para> | ||
| 258 | |||
| 259 | <para> | ||
| 260 | Technically speaking a <filename>README.sources</filename> file is optional but it is highly | ||
| 238 | recommended that every BSP has one. | 261 | recommended that every BSP has one. |
| 239 | </para> | 262 | </para> |
| 240 | </section> | 263 | </section> |
