diff options
| -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> |
