[oe-commits] [openembedded-core] 04/05: oeqa/qemuarm64: Ignore logind: failed to get session seat

git at git.openembedded.org git at git.openembedded.org
Thu Mar 12 23:11:29 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 1f9d36722132c93c19651ea59062b3d5be01bb72
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Thu Mar 12 00:50:14 2020 -0700

    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]
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/lib/oeqa/runtime/cases/parselogs.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py
index 6444fe8..cc4f5f8 100644
--- a/meta/lib/oeqa/runtime/cases/parselogs.py
+++ b/meta/lib/oeqa/runtime/cases/parselogs.py
@@ -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',

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list