selftest/sstatetests: Extend to cover ERROR_QA/WARN_QA common issues

Now that adding new values to ERROR_QA doesn't invalidate tasks, add this
check to the selftests so that this functionality doens't regress in future.

(From OE-Core rev: 823b5f6cf64ad37ee68e6274c58823f7cc75ddf0)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2024-08-29 11:56:07 +01:00
parent be6a4145ea
commit f4f9ebf6fb

View File

@ -474,6 +474,8 @@ TCLIBCAPPEND = \"\"
MACHINE = \"qemuarm\"
OLDEST_KERNEL = \"3.3.0\"
BB_SIGNATURE_HANDLER = "OEBasicHash"
ERROR_QA:append = " somenewoption"
WARN_QA:append = " someotheroption"
"""
self.sstate_common_samesigs(configA, configB, allarch=True)