]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
image.bbclass: print all QA functions exceptions
authorMauro Queiros <maurofrqueiros@gmail.com>
Tue, 7 Feb 2023 22:37:04 +0000 (22:37 +0000)
committerSteve Sakoman <steve@sakoman.com>
Mon, 6 Mar 2023 14:54:35 +0000 (04:54 -1000)
commitc4e3b86f2bcb2b445efc72bd8e06b1b89d88daa2
tree41cc768e06d6d0bb00ed7108d09480284cfe2358
parent4533e8363549f87a0484d7c0a43a162c918f33bc
image.bbclass: print all QA functions exceptions

For the QA checks in `image.bbclass`, all exceptions
other than `oe.utils.ImageQAFailed` always print the
following generic message:
"Image QA function func_name failed"

This can be very misleading, as it may hide
python syntax errors and other kind of issues that are
hard to detect without more explicit error messages.

This change makes sure that the error message of all
exceptions are displayed.

Before this change:
 "Image QA function func_name failed"

After this change:
 "Image QA function func_name failed: f-string: empty expression not allowed (<string>, line 13)"

Signed-off-by: Mauro Queiros <maurofrqueiros@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 3d85b30d8704d38b86f5b006748cebc74bd2a4fa)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/classes/image.bbclass