summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-09-26 08:49:17 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-04 13:46:37 +0100
commitfe209e4fa4542b96168efb7e4998bb6052c5e7c3 (patch)
treeac6c48814fc34b7f39fbf6a04378c0f2d5511ad9 /documentation
parent70e154b7f6d1b33a7ffca5af300c753a8f49295f (diff)
downloadpoky-fe209e4fa4542b96168efb7e4998bb6052c5e7c3.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 65f52b43af..0105222010 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -407,6 +407,33 @@
407 </glossdef> 407 </glossdef>
408 </glossentry> 408 </glossentry>
409 409
410 <glossentry id='var-FILESYSTEM_PERMS_TABLES'><glossterm>FILESYSTEM_PERMS_TABLES</glossterm>
411 <glossdef>
412 <para>Allows you to define your own file permissions settings table as part of
413 your configuration for the packaging process.
414 By default, the Yocto Project uses the <filename>fs-perms.txt</filename>, which
415 is located in the <filename>meta/files</filename> directory of the Yocto Project
416 files directory.
417 While it is recommended that you just allow the build system to use the
418 default <filename>fs-perms.txt</filename>, you can create and use
419 your own file permissions file and then set
420 the <filename>FILESYSTEM_PERMS_TABLES</filename> variable to point to that
421 file.
422 </para>
423 <para>
424 If you create your own file permissions setting table, you should place it in your
425 layer or the distros layer.
426 You define the <filename>FILESYSTEM_PERMS_TABLES</filename> variable in the
427 <filename>conf/local.conf</filename> file found in the Yocto Project's
428 build directory.
429 </para>
430 <para>
431 For guidance on how to create your own file permissions settings table file,
432 see the <filename>fs-perms.txt</filename>.
433 </para>
434 </glossdef>
435 </glossentry>
436
410 <glossentry id='var-FULL_OPTIMIZATION'><glossterm>FULL_OPTIMIZATION</glossterm> 437 <glossentry id='var-FULL_OPTIMIZATION'><glossterm>FULL_OPTIMIZATION</glossterm>
411 <glossdef> 438 <glossdef>
412 <para> 439 <para>