aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-04-09 07:05:32 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-11 18:22:50 +0100
commit693156e0d3308d4895b30d4f3ef592c89e748763 (patch)
tree5833ade9fcae9343d0bff03acd9c45d87f1b6f3d /documentation/bsp-guide
parent680394ffce7dbf42a4db355fd9c1a40b74515fd3 (diff)
downloadopenembedded-core-contrib-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>
Diffstat (limited to 'documentation/bsp-guide')
-rw-r--r--documentation/bsp-guide/bsp.xml3
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 @@
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/intel-core2-32-common.inc
require conf/machine/include/meta-intel.inc
require conf/machine/include/meta-intel-emgd.inc
</literallayout>