[oe-commits] [openembedded-core] 22/48: parselogs: Whitelist NUC6 firmware load error message on genericx86-64

git at git.openembedded.org git at git.openembedded.org
Thu May 18 12:09:07 UTC 2017


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

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

commit a163060c25615fd29cdc477319f83997e65d0846
Author: Sullivan, California L <california.l.sullivan at intel.com>
AuthorDate: Mon Mar 27 14:33:37 2017 -0700

    parselogs: Whitelist NUC6 firmware load error message on genericx86-64
    
    This was already whitelisted, but the 4.8 kernel changed the error
    message, causing it to get caught by parselogs again.
    
    Fixes [YOCTO #10494].
    
    Signed-off-by: California Sullivan <california.l.sullivan at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    (cherry picked from commit e1bad14231115f3b1a2bf844ef5b2022c648b55d)
    Signed-off-by: California Sullivan <california.l.sullivan at intel.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/lib/oeqa/runtime/parselogs.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py
index e79c39a..aa5008b 100644
--- a/meta/lib/oeqa/runtime/parselogs.py
+++ b/meta/lib/oeqa/runtime/parselogs.py
@@ -142,6 +142,7 @@ ignore_errors = {
         'Failed to load firmware i915',
         'Failed to fetch GuC',
         'Failed to initialize GuC',
+        'Failed to load DMC firmware',
         'The driver is built-in, so to load the firmware you need to',
         ] + x86_common,
     'edgerouter' : [

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


More information about the Openembedded-commits mailing list