ref-manual: Added the meta/conf/machine-sdk directory

This directory was missing from the chapter that presents the
Source Directory structure.  I have added a brief explanation
of it based on Paul Eggleton's information.

(From yocto-docs rev: 5c3d392c64f386a3a29922629387c199db2b7ad1)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2014-03-31 07:22:42 -06:00 committed by Richard Purdie
parent e81d0bd961
commit ed997db12b
1 changed files with 15 additions and 0 deletions

View File

@ -824,6 +824,21 @@
</para>
</section>
<section id='structure-meta-conf-machine-sdk'>
<title><filename>meta/conf/machine-sdk/</filename></title>
<para>
The OpenEmbedded build system searches this directory for
configuration files that correspond to the value of
<link linkend='var-SDKMACHINE'><filename>SDKMACHINE</filename></link>.
By default, 32-bit and 64-bit x86 files ship with the Yocto
Project that support some SDK hosts.
However, it is possible to extend that support to other SDK hosts
by adding additional configuration files in this subdirectory
within another layer.
</para>
</section>
<section id='structure-meta-files'>
<title><filename>meta/files/</filename></title>