FILESYSTEM_PERMS_TABLES

http://www.yoctoproject.org/docs/1.6/ref-manual/ref-manual.html#var-FILESYSTEM_PERMS_TABLES

Allows you to define your own file permissions settings table as part of your configuration for the packaging process. For example, suppose you need a consistent set of custom permissions for a set of groups and users across an entire work project. It is best to do this in the packages themselves but this is not always possible.

パッケージプロセスのコンフィギュレーションの一環として、独自のファイルパーミッション設定テーブルを定義できます。例えば、プロジェクト全体でグループとユーザーの組を一貫してカスタムしたパーミッションが必要なとき。最良なのはパッケージ自身で行うことですが、常にそうではありません。

By default, the OpenEmbedded build system uses the fs-perms.txt, which is located in the meta/files folder in the Source Directory. If you create your own file permissions setting table, you should place it in your layer or the distro's layer.

You define the FILESYSTEM_PERMS_TABLES variable in the conf/local.conf file, which is found in the Build Directory, to point to your custom fs-perms.txt. You can specify more than a single file permissions setting table. The paths you specify to these files must be defined within the BBPATH variable.

For guidance on how to create your own file permissions settings table file, examine the existing fs-perms.txt.