From 5a626d8941d454c82e89d9d46e47764b2e8f48eb Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 27 Mar 2013 11:40:38 -0700 Subject: [PATCH] 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 --- documentation/ref-manual/ref-structure.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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 @@ +
+ <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>