documentation/poky-ref-manual/ref-variables.xml: added FILESYSTEM_PERMS_TABLES

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>
This commit is contained in:
Scott Rifenbark 2011-09-26 08:49:17 -07:00 committed by Richard Purdie
parent 3429095e86
commit 588e21b339
1 changed files with 27 additions and 0 deletions

View File

@ -407,6 +407,33 @@
</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>