[gnome-continuous-yocto/gnomeostree-3.28-rocko: 3410/8267] parselogs: Whitelist NUC6 firmware load error message on genericx86-64



commit f3c9e66e8dbf70ca46fc375616a3a666ccce7cf4
Author: California Sullivan <california l sullivan intel com>
Date:   Tue Nov 15 15:31:07 2016 -0800

    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].
    
    (From OE-Core rev: e1bad14231115f3b1a2bf844ef5b2022c648b55d)
    
    Signed-off-by: California Sullivan <california l sullivan intel com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/lib/oeqa/runtime/parselogs.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py
index 8efe2d1..58f62da 100644
--- a/meta/lib/oeqa/runtime/parselogs.py
+++ b/meta/lib/oeqa/runtime/parselogs.py
@@ -140,6 +140,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' : [


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]