summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-structure.xml
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 /documentation/ref-manual/ref-structure.xml
parente81d0bd96165e9449f9924d36c32218c7fdac8f4 (diff)
downloadpoky-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>
Diffstat (limited to 'documentation/ref-manual/ref-structure.xml')
-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 56927cd9f5..e0209c1afa 100644
--- a/documentation/ref-manual/ref-structure.xml
+++ b/documentation/ref-manual/ref-structure.xml
@@ -824,6 +824,21 @@
824 </para> 824 </para>
825 </section> 825 </section>
826 826
827 <section id='structure-meta-conf-machine-sdk'>
828 <title><filename>meta/conf/machine-sdk/</filename></title>
829
830 <para>
831 The OpenEmbedded build system searches this directory for
832 configuration files that correspond to the value of
833 <link linkend='var-SDKMACHINE'><filename>SDKMACHINE</filename></link>.
834 By default, 32-bit and 64-bit x86 files ship with the Yocto
835 Project that support some SDK hosts.
836 However, it is possible to extend that support to other SDK hosts
837 by adding additional configuration files in this subdirectory
838 within another layer.
839 </para>
840 </section>
841
827 <section id='structure-meta-files'> 842 <section id='structure-meta-files'>
828 <title><filename>meta/files/</filename></title> 843 <title><filename>meta/files/</filename></title>
829 844