]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
documentation/poky-ref-manual/ref-variables.xml: added FILESYSTEM_PERMS_TABLES
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Mon, 26 Sep 2011 15:49:17 +0000 (08:49 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 4 Oct 2011 12:46:37 +0000 (13:46 +0100)
New glossary variable entry added.

(From yocto-docs rev: f9a214fa7714b9ca4741ac0c56d40e2d8a390292)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/poky-ref-manual/ref-variables.xml

index 65f52b43af7e15bedfaf88c093e51c9af8688b7e..0105222010c2869c378d92c645594260fe1ca09c 100644 (file)
             </glossdef>
         </glossentry>
 
+        <glossentry id='var-FILESYSTEM_PERMS_TABLES'><glossterm>FILESYSTEM_PERMS_TABLES</glossterm>
+            <glossdef>
+                <para>Allows you to define your own file permissions settings table as part of
+                    your configuration for the packaging process.
+                    By default, the Yocto Project uses the <filename>fs-perms.txt</filename>, which
+                    is located in the <filename>meta/files</filename> directory of the Yocto Project
+                    files directory.
+                    While it is recommended that you just allow the build system to use the 
+                    default <filename>fs-perms.txt</filename>, you can create and use 
+                    your own file permissions file and then set
+                    the <filename>FILESYSTEM_PERMS_TABLES</filename> variable to point to that 
+                    file. 
+                </para>
+                <para>
+                    If you create your own file permissions setting table, you should place it in your
+                    layer or the distros layer. 
+                    You define the <filename>FILESYSTEM_PERMS_TABLES</filename> variable in the 
+                    <filename>conf/local.conf</filename> file found in the Yocto Project's 
+                    build directory.
+                </para>
+                <para>
+                    For guidance on how to create your own file permissions settings table file, 
+                    see the <filename>fs-perms.txt</filename>.
+                </para>
+            </glossdef>
+        </glossentry>
+
         <glossentry id='var-FULL_OPTIMIZATION'><glossterm>FULL_OPTIMIZATION</glossterm>
             <glossdef>
                 <para>