diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-03-12 00:50:14 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-03-13 11:32:10 +0000 |
commit | 350979b2787a5472a03781b0dbc25e0364136a8d (patch) | |
tree | 8eb5f686c6322d6ae84dcbf88ca51083ad6d8b13 /meta | |
parent | d5ebb8e7ecdae4d11894fb7867156a8ad931b91d (diff) | |
download | poky-350979b2787a5472a03781b0dbc25e0364136a8d.tar.gz |
oeqa/qemuarm64: Ignore logind: failed to get session seat
When booting weston images this error is seen commonly, but Qemu boots
the image fine, session seat error is thrown by libweston perhaps using
--seat option or setting XDG_SEAT variable in weston.ini could fix it
[YOCTO #13828]
(From OE-Core rev: 1f9d36722132c93c19651ea59062b3d5be01bb72)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/lib/oeqa/runtime/cases/parselogs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py index 6444fe814c..cc4f5f8c78 100644 --- a/meta/lib/oeqa/runtime/cases/parselogs.py +++ b/meta/lib/oeqa/runtime/cases/parselogs.py | |||
@@ -131,6 +131,7 @@ ignore_errors = { | |||
131 | '(EE) Server terminated with error (1). Closing log file.', | 131 | '(EE) Server terminated with error (1). Closing log file.', |
132 | 'dmi: Firmware registration failed.', | 132 | 'dmi: Firmware registration failed.', |
133 | 'irq: type mismatch, failed to map hwirq-27 for /intc', | 133 | 'irq: type mismatch, failed to map hwirq-27 for /intc', |
134 | 'logind: failed to get session seat', | ||
134 | ] + common_errors, | 135 | ] + common_errors, |
135 | 'intel-core2-32' : [ | 136 | 'intel-core2-32' : [ |
136 | 'ACPI: No _BQC method, cannot determine initial brightness', | 137 | 'ACPI: No _BQC method, cannot determine initial brightness', |