From: California Sullivan Date: Tue, 15 Nov 2016 23:31:07 +0000 (-0800) Subject: parselogs: Whitelist NUC6 firmware load error message on genericx86-64 X-Git-Tag: uninative-1.5~1358 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e1bad14231115f3b1a2bf844ef5b2022c648b55d;p=openembedded-core.git 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 Signed-off-by: Ross Burton --- diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py index 8efe2d1de0..58f62da40c 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' : [