aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide/bsp.xml
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2013-10-11 07:16:55 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-01 17:09:46 +0000
commitfc5b458a54dc5749edf54ae64e099ac68582da75 (patch)
treee8309867c8eb82ea08a276145f10dc2b3c93b5b8 /documentation/bsp-guide/bsp.xml
parent7059097fd1ed02b0ab4944e60033c09f9f819edc (diff)
downloadopenembedded-core-contrib-fc5b458a54dc5749edf54ae64e099ac68582da75.tar.gz
bsp-guide: Fixed some grammar and some filenames.
* A couple grammatical fixes. * A couple filename corrections. (From yocto-docs rev: 8ff06e98753146010d1b355f869135a0da3b6625) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/bsp-guide/bsp.xml')
-rw-r--r--documentation/bsp-guide/bsp.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index e11eb4f663..c85e7e0883 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -394,12 +394,13 @@
<para>
To use an include file, you simply include them in the machine configuration file.
- For example, the Crown Bay BSP <filename>crownbay.conf</filename> has the
+ For example, the Crown Bay BSP <filename>crownbay.conf</filename> contains the
following statements:
<literallayout class='monospaced'>
require conf/machine/include/tune-atom.inc
require conf/machine/include/ia32-base.inc
require conf/machine/include/meta-intel.inc
+ require conf/machine/include/meta-intel-emgd.inc
</literallayout>
</para>
</section>
@@ -420,7 +421,7 @@
<filename>formfactor_0.0.bbappend</filename> file, which is an
append file used to augment the recipe that starts the build.
Furthermore, there are machine-specific settings used during the
- build that are defined by the <filename>machconfig</filename>.
+ build that are defined by the <filename>machconfig</filename> file.
In the Crown Bay example, two <filename>machconfig</filename> files
exist: one that supports the IntelĀ® Embedded Media and Graphics
Driver (IntelĀ® EMGD) and one that does not:
@@ -460,7 +461,7 @@
(VESA) graphics):
<literallayout class='monospaced'>
meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
- meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay-noemgd/xorg.conf
+ meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xorg.conf
</literallayout>
</para>
</section>