]> code.ossystems Code Review - openembedded-core.git/commit
package.bbclass: warn if perms conf file does not exist
authorChen Qi <Qi.Chen@windriver.com>
Thu, 30 Aug 2018 05:03:40 +0000 (13:03 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 4 Sep 2018 10:03:31 +0000 (11:03 +0100)
commite14b9f2a667889092251053933dc2f3c51f01ef0
tree41274303a8d7b18147a8b11ce3fce03a24cb4300
parent7d35f5bb7b1700ae4bb7f55af8db7357a851c15a
package.bbclass: warn if perms conf file does not exist

It's possible that the perms conf file specified by FILESYSTEM_PERMS_TABLES
does not exist. Currently, this situation is silently ignored, which
is likely to lead to further do_rootfs failures.

So fix to output a warning, telling user that the specified file
in FILESYSTEM_PERMS_TABLES cannot be found.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package.bbclass