]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
sstate.bbclass: Do not cause build failures due to setscene errors
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Tue, 29 Aug 2017 20:36:25 +0000 (22:36 +0200)
committerMartin Jansa <Martin.Jansa@gmail.com>
Fri, 11 Sep 2020 11:57:07 +0000 (13:57 +0200)
commitc3b83e366a5791c983624e0f82745336b82a98eb
tree7908991fd54ab2dd82341fbc607df5a1f539875d
parent65013d505eb7308e95132067bb52dd89f4824927
sstate.bbclass: Do not cause build failures due to setscene errors

If a setscene task fails, the real task will be run instead. However,
in case the failed setscene task happened to log any errors, this will
still cause bitbake to return with an error code, even though
everything actually built ok. To avoid this, modify setscene to only
warn about errors.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
meta/classes/sstate.bbclass