]> code.ossystems Code Review - openembedded-core.git/commit
insane.bbclass: Add a check for directories that are expected to be empty
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Tue, 2 Nov 2021 19:57:25 +0000 (20:57 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Nov 2021 11:11:07 +0000 (11:11 +0000)
commita454fda9c3d6b11cfdc54a49a7bb3f8a76a5ed58
tree0fc0383128256193340f8c22b4923b7ecd5be83e
parent4ca6eb8d4f7209af70bba6f50d4acd105134fa51
insane.bbclass: Add a check for directories that are expected to be empty

The empty-dirs QA check verifies that all directories specified in
QA_EMPTY_DIRS are empty. It is possible to specify why a directory is
expected to be empty by defining QA_EMPTY_DIRS_RECOMMENDATION:<path>,
which will then be included in the error message if the directory is
not empty. If it is not specified for a directory, then "but it is
expected to be empty" will be used.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/insane.bbclass
meta/conf/documentation.conf