diff options
| -rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 27 |
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> |
