]> code.ossystems Code Review - openembedded-core.git/commitdiff
oeqa/qemuarm64: Ignore logind: failed to get session seat
authorKhem Raj <raj.khem@gmail.com>
Thu, 12 Mar 2020 07:50:14 +0000 (00:50 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 12 Mar 2020 23:10:36 +0000 (23:10 +0000)
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]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/cases/parselogs.py

index 6444fe814c22d08cc24dc7e3dda4a9d3052d30bb..cc4f5f8c788444512a0dd09c52610f1406e96d31 100644 (file)
@@ -131,6 +131,7 @@ ignore_errors = {
         '(EE) Server terminated with error (1). Closing log file.',
         'dmi: Firmware registration failed.',
         'irq: type mismatch, failed to map hwirq-27 for /intc',
+        'logind: failed to get session seat',
         ] + common_errors,
     'intel-core2-32' : [
         'ACPI: No _BQC method, cannot determine initial brightness',