]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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>
Fri, 31 Aug 2018 13:06:23 +0000 (14:06 +0100)
commit3d4821057a660f681af6a6a128ada4c11e6bf4d8
treed570283f7b54e87ac55b2ba24e4533aa1e571ae8
parent25da5ab42d18d3e90acdda790495585b1ce1e447
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