diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-04-09 07:05:32 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-11 18:22:50 +0100 |
commit | 693156e0d3308d4895b30d4f3ef592c89e748763 (patch) | |
tree | 5833ade9fcae9343d0bff03acd9c45d87f1b6f3d | |
parent | 680394ffce7dbf42a4db355fd9c1a40b74515fd3 (diff) | |
download | poky-693156e0d3308d4895b30d4f3ef592c89e748763.tar.gz |
bsp-guide: Updated the "Hardware Configuration Options" section.
The "require" statements changed from four to three.
(From yocto-docs rev: 36f4fe004e69cb7715d41787d4c22b39371f63b6)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index ed69e28a25..5f0cfc3cb4 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
@@ -396,8 +396,7 @@ | |||
396 | For example, the Crown Bay BSP <filename>crownbay.conf</filename> contains the | 396 | For example, the Crown Bay BSP <filename>crownbay.conf</filename> contains the |
397 | following statements: | 397 | following statements: |
398 | <literallayout class='monospaced'> | 398 | <literallayout class='monospaced'> |
399 | require conf/machine/include/tune-atom.inc | 399 | require conf/machine/include/intel-core2-32-common.inc |
400 | require conf/machine/include/ia32-base.inc | ||
401 | require conf/machine/include/meta-intel.inc | 400 | require conf/machine/include/meta-intel.inc |
402 | require conf/machine/include/meta-intel-emgd.inc | 401 | require conf/machine/include/meta-intel-emgd.inc |
403 | </literallayout> | 402 | </literallayout> |