summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-03-17 13:35:27 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-18 16:43:43 +0000
commit17ae7d1e05df495a5e27168cdcdfbcf96337a3f9 (patch)
tree2618174654f6bc2d2eefb52d992c9723f0de3732 /documentation
parent815b71a6c66e529959a12bd9aa6aabc0afc78bb1 (diff)
downloadopenembedded-core-17ae7d1e05df495a5e27168cdcdfbcf96337a3f9.tar.gz
openembedded-core-17ae7d1e05df495a5e27168cdcdfbcf96337a3f9.tar.bz2
openembedded-core-17ae7d1e05df495a5e27168cdcdfbcf96337a3f9.tar.xz
openembedded-core-17ae7d1e05df495a5e27168cdcdfbcf96337a3f9.zip
documentation/bsp-guide/bsp.xml: Spell check
Performed a spell check and caught a couple small things. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/bsp-guide/bsp.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index ba6ad744a..36715f33b 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -160,7 +160,7 @@ meta-&lt;bsp_name&gt;/binary/&lt;bootable_images&gt;
</programlisting>
<para>
- This optional area contains useful pre-built kernels and userspace filesystem
+ This optional area contains useful pre-built kernels and user-space filesystem
images appropriate to the target system.
This directory contains the Application Development Toolkit (ADT) and minimal
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 \
</programlisting>
</para>
<para>
- The FILESEXTRAPATHS variable is boilerplated here in order to make it easy to do that.
+ The FILESEXTRAPATHS variable is in boilerplate form here in order to make it easy
+ to do that.
It basically allows those configuration files to be found by the build process.
</para>
<note><para>
@@ -539,7 +540,7 @@ FILESEXTRAPATHS := "${THISDIR}/${PN}"
will make available a 'de-featured' BSP completely free of the encumbered IP.
In that case you can use the substitution directly and without any further licensing
requirements.
- If present, this fully 'de-featured' BSP will be named appropiately different
+ If present, this fully 'de-featured' BSP will be named appropriately different
than the normal encumbered BSP.
If available, this substitution is the simplest and most preferred option.
This, of course, assumes the resulting functionality meets requirements.
@@ -562,7 +563,7 @@ FILESEXTRAPATHS := "${THISDIR}/${PN}"
<para>
Get a license key (or keys) for the encumbered BSP by visiting
- a website and providing the name of the BSB and your email address
+ a website and providing the name of the BSP and your email address
through a web form.
</para>