]> code.ossystems Code Review - openembedded-core.git/commit
bitbake.conf: Add default FILESYSTEM_PERMS_TABLES
authorMark Hatle <mark.hatle@windriver.com>
Wed, 13 Sep 2017 22:40:15 +0000 (17:40 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 Sep 2017 10:07:22 +0000 (11:07 +0100)
commitb65736e1b7161619a0c5972376d3e713ccf53850
treeede5bd3e8a1a499297bf93a447ff0e375498f822
parent1afcd46dba3582bc16909a24354514354d55870c
bitbake.conf: Add default FILESYSTEM_PERMS_TABLES

If FILESYSTEM_PERMS_TABLES was not defined, the default was selected by the
packages.bbclass.  This made it difficult for a recipe or layer to 'append'
to the default.

Copy the default into the bitbake.conf, allowing future _append and += style
actions.

Default was remove from package.bbclass.  If a value is not set, only the
built-in perms fixes will be used.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/package.bbclass
meta/conf/bitbake.conf