summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-structure.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-03-27 11:40:38 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-04 14:12:56 +0100
commit5a626d8941d454c82e89d9d46e47764b2e8f48eb (patch)
treef3db61116352ef1c7f283b45c252958fd2dc9b0d /documentation/ref-manual/ref-structure.xml
parentac048523e58611b6acfe709c933762d3e37f0101 (diff)
downloadpoky-5a626d8941d454c82e89d9d46e47764b2e8f48eb.tar.gz
ref-manual: Added "meta/lib/" directory and moved it.
Placed the "meta/lib/" and "meta/files/" descriptions beneath "meta/conf/*" to match the actual repo. (From yocto-docs rev: 74b9cb2b42db7f6acd5a19a1856ede98ff29e775) 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.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-structure.xml b/documentation/ref-manual/ref-structure.xml
index 74218b5d2c..b6adce5f8b 100644
--- a/documentation/ref-manual/ref-structure.xml
+++ b/documentation/ref-manual/ref-structure.xml
@@ -608,6 +608,26 @@
608 </para> 608 </para>
609 </section> 609 </section>
610 610
611 <section id='structure-meta-files'>
612 <title><filename>meta/files/</filename></title>
613
614 <para>
615 This directory contains common license files and several text files
616 used by the build system.
617 The text files contain minimal device information and
618 lists of files and directories with knows permissions.
619 </para>
620 </section>
621
622 <section id='structure-meta-lib'>
623 <title><filename>meta/lib/</filename></title>
624
625 <para>
626 This directory contains OpenEmbedded Python library code
627 used during the build process.
628 </para>
629 </section>
630
611 <section id='structure-meta-recipes-bsp'> 631 <section id='structure-meta-recipes-bsp'>
612 <title><filename>meta/recipes-bsp/</filename></title> 632 <title><filename>meta/recipes-bsp/</filename></title>
613 633