diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2013-10-11 07:16:55 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-01 17:46:39 +0000 |
commit | 891786ee7d0c36c1ea526c1f5806a5ff69626285 (patch) | |
tree | 1601c58e9a8e6fe88c2578c83bf64246060e2f41 /documentation/bsp-guide/bsp.xml | |
parent | 029b0fef50fb118d4e09ac042338621d19a95bc8 (diff) | |
download | poky-891786ee7d0c36c1ea526c1f5806a5ff69626285.tar.gz |
bsp-guide: Fixed some grammar and some filenames.
* A couple grammatical fixes.
* A couple filename corrections.
(From yocto-docs rev: 1bad0049c57d47aaa785b8825a9a702c16e4cb69)
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.xml | 7 |
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 @@ | |||
394 | 394 | ||
395 | <para> | 395 | <para> |
396 | To use an include file, you simply include them in the machine configuration file. | 396 | To use an include file, you simply include them in the machine configuration file. |
397 | For example, the Crown Bay BSP <filename>crownbay.conf</filename> has the | 397 | For example, the Crown Bay BSP <filename>crownbay.conf</filename> contains the |
398 | following statements: | 398 | following statements: |
399 | <literallayout class='monospaced'> | 399 | <literallayout class='monospaced'> |
400 | require conf/machine/include/tune-atom.inc | 400 | require conf/machine/include/tune-atom.inc |
401 | require conf/machine/include/ia32-base.inc | 401 | require conf/machine/include/ia32-base.inc |
402 | require conf/machine/include/meta-intel.inc | 402 | require conf/machine/include/meta-intel.inc |
403 | require conf/machine/include/meta-intel-emgd.inc | ||
403 | </literallayout> | 404 | </literallayout> |
404 | </para> | 405 | </para> |
405 | </section> | 406 | </section> |
@@ -420,7 +421,7 @@ | |||
420 | <filename>formfactor_0.0.bbappend</filename> file, which is an | 421 | <filename>formfactor_0.0.bbappend</filename> file, which is an |
421 | append file used to augment the recipe that starts the build. | 422 | append file used to augment the recipe that starts the build. |
422 | Furthermore, there are machine-specific settings used during the | 423 | Furthermore, there are machine-specific settings used during the |
423 | build that are defined by the <filename>machconfig</filename>. | 424 | build that are defined by the <filename>machconfig</filename> file. |
424 | In the Crown Bay example, two <filename>machconfig</filename> files | 425 | In the Crown Bay example, two <filename>machconfig</filename> files |
425 | exist: one that supports the Intel® Embedded Media and Graphics | 426 | exist: one that supports the Intel® Embedded Media and Graphics |
426 | Driver (Intel® EMGD) and one that does not: | 427 | Driver (Intel® EMGD) and one that does not: |
@@ -460,7 +461,7 @@ | |||
460 | (VESA) graphics): | 461 | (VESA) graphics): |
461 | <literallayout class='monospaced'> | 462 | <literallayout class='monospaced'> |
462 | meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend | 463 | meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend |
463 | meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay-noemgd/xorg.conf | 464 | meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xorg.conf |
464 | </literallayout> | 465 | </literallayout> |
465 | </para> | 466 | </para> |
466 | </section> | 467 | </section> |