diff options
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index ba6ad744a2..36715f33b7 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
@@ -160,7 +160,7 @@ meta-<bsp_name>/binary/<bootable_images> | |||
160 | </programlisting> | 160 | </programlisting> |
161 | 161 | ||
162 | <para> | 162 | <para> |
163 | This optional area contains useful pre-built kernels and userspace filesystem | 163 | This optional area contains useful pre-built kernels and user-space filesystem |
164 | images appropriate to the target system. | 164 | images appropriate to the target system. |
165 | This directory contains the Application Development Toolkit (ADT) and minimal | 165 | This directory contains the Application Development Toolkit (ADT) and minimal |
166 | live images when the BSP is has been "tar-balled" and placed on the Yocto Project website. | 166 | live images when the BSP is has been "tar-balled" and placed on the Yocto Project website. |
@@ -391,7 +391,8 @@ SRC_URI += "file://defconfig \ | |||
391 | </programlisting> | 391 | </programlisting> |
392 | </para> | 392 | </para> |
393 | <para> | 393 | <para> |
394 | The FILESEXTRAPATHS variable is boilerplated here in order to make it easy to do that. | 394 | The FILESEXTRAPATHS variable is in boilerplate form here in order to make it easy |
395 | to do that. | ||
395 | It basically allows those configuration files to be found by the build process. | 396 | It basically allows those configuration files to be found by the build process. |
396 | </para> | 397 | </para> |
397 | <note><para> | 398 | <note><para> |
@@ -539,7 +540,7 @@ FILESEXTRAPATHS := "${THISDIR}/${PN}" | |||
539 | will make available a 'de-featured' BSP completely free of the encumbered IP. | 540 | will make available a 'de-featured' BSP completely free of the encumbered IP. |
540 | In that case you can use the substitution directly and without any further licensing | 541 | In that case you can use the substitution directly and without any further licensing |
541 | requirements. | 542 | requirements. |
542 | If present, this fully 'de-featured' BSP will be named appropiately different | 543 | If present, this fully 'de-featured' BSP will be named appropriately different |
543 | than the normal encumbered BSP. | 544 | than the normal encumbered BSP. |
544 | If available, this substitution is the simplest and most preferred option. | 545 | If available, this substitution is the simplest and most preferred option. |
545 | This, of course, assumes the resulting functionality meets requirements. | 546 | This, of course, assumes the resulting functionality meets requirements. |
@@ -562,7 +563,7 @@ FILESEXTRAPATHS := "${THISDIR}/${PN}" | |||
562 | 563 | ||
563 | <para> | 564 | <para> |
564 | Get a license key (or keys) for the encumbered BSP by visiting | 565 | Get a license key (or keys) for the encumbered BSP by visiting |
565 | a website and providing the name of the BSB and your email address | 566 | a website and providing the name of the BSP and your email address |
566 | through a web form. | 567 | through a web form. |
567 | </para> | 568 | </para> |
568 | 569 | ||