From: Scott Rifenbark Date: Wed, 27 Mar 2013 18:40:38 +0000 (-0700) Subject: ref-manual: Added "meta/lib/" directory and moved it. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a626d8941d454c82e89d9d46e47764b2e8f48eb;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-structure.xml b/documentation/ref-manual/ref-structure.xml index 74218b5d2ce..b6adce5f8ba 100644 --- a/documentation/ref-manual/ref-structure.xml +++ b/documentation/ref-manual/ref-structure.xml @@ -608,6 +608,26 @@ +
+ <filename>meta/files/</filename> + + + This directory contains common license files and several text files + used by the build system. + The text files contain minimal device information and + lists of files and directories with knows permissions. + +
+ +
+ <filename>meta/lib/</filename> + + + This directory contains OpenEmbedded Python library code + used during the build process. + +
+
<filename>meta/recipes-bsp/</filename>