summaryrefslogtreecommitdiffstats
path: root/meta/lib
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2022-01-29 03:24:26 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-03 09:05:13 +0000
commit7faaaf14257b7e61013224890bcc4bab3e9de0bd (patch)
tree64fb60ba7664a6ea771f17391a69923a60baa226 /meta/lib
parent00bf15c1183833064c9931e5a9fcbde702044ab4 (diff)
downloadpoky-7faaaf14257b7e61013224890bcc4bab3e9de0bd.tar.gz
sstatetests: Correct a typo in a comment
(From OE-Core rev: f6420121920a242655ba5ded0f96763d6638cbc4) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
-rw-r--r--meta/lib/oeqa/selftest/cases/sstatetests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/sstatetests.py b/meta/lib/oeqa/selftest/cases/sstatetests.py
index 96b2d115ed..3038b40021 100644
--- a/meta/lib/oeqa/selftest/cases/sstatetests.py
+++ b/meta/lib/oeqa/selftest/cases/sstatetests.py
@@ -177,7 +177,7 @@ class SStateTests(SStateBase):
177 # QA checks for this test. It may report errors otherwise. 177 # QA checks for this test. It may report errors otherwise.
178 self.append_config('ERROR_QA:remove = "version-going-backwards"') 178 self.append_config('ERROR_QA:remove = "version-going-backwards"')
179 179
180 # For not this only checks if random sstate tasks are handled correctly as a group. 180 # For now this only checks if random sstate tasks are handled correctly as a group.
181 # In the future we should add control over what tasks we check for. 181 # In the future we should add control over what tasks we check for.
182 182
183 sstate_archs_list = [] 183 sstate_archs_list = []