]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
insane.bbclass: Make do_qa_patch() depend on if patch-fuzz is in ERROR_QA
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Fri, 1 Apr 2022 23:59:04 +0000 (01:59 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 3 Apr 2022 16:51:56 +0000 (17:51 +0100)
commit19a88df166862eb04fe6bee487796ef460d08771
tree741ebebc41272133aef8419426322fd3e0e48f4a
parent757c09a687a30063041a83dd756f5be769631eee
insane.bbclass: Make do_qa_patch() depend on if patch-fuzz is in ERROR_QA

Adding "patch-fuzz" to ERROR_QA should trigger the patch tasks to
rerun to make sure any already existing fuzz is caught. This is
achieved by using bb.utils.filter() to see if "patch-fuzz" is in
ERROR_QA/WARN_QA as it adds whether the filtered strings are set or
not to the task hash.

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