From 588e21b3398ee18785d446e6000c2b65bb81d412 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 26 Sep 2011 08:49:17 -0700 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- .../poky-ref-manual/ref-variables.xml | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) 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 @@ + FILESYSTEM_PERMS_TABLES + + 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 fs-perms.txt, which + is located in the meta/files directory of the Yocto Project + files directory. + While it is recommended that you just allow the build system to use the + default fs-perms.txt, you can create and use + your own file permissions file and then set + the FILESYSTEM_PERMS_TABLES variable to point to that + file. + + + If you create your own file permissions setting table, you should place it in your + layer or the distros layer. + You define the FILESYSTEM_PERMS_TABLES variable in the + conf/local.conf file found in the Yocto Project's + build directory. + + + For guidance on how to create your own file permissions settings table file, + see the fs-perms.txt. + + + + FULL_OPTIMIZATION