summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-03-31 07:22:42 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-01 10:23:02 +0100
commited997db12b7bda0bda19dbcea99dc555fbdf32fe (patch)
treed773c7d8ef4749716c14becbe4ff6498ab6c0ce3
parente81d0bd96165e9449f9924d36c32218c7fdac8f4 (diff)
downloadast2050-yocto-poky-ed997db12b7bda0bda19dbcea99dc555fbdf32fe.zip
ast2050-yocto-poky-ed997db12b7bda0bda19dbcea99dc555fbdf32fe.tar.gz
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>
-rw-r--r--documentation/ref-manual/ref-structure.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-structure.xml b/documentation/ref-manual/ref-structure.xml
index 56927cd..e0209c1 100644
--- a/documentation/ref-manual/ref-structure.xml
+++ b/documentation/ref-manual/ref-structure.xml
@@ -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>
OpenPOWER on IntegriCloud