]> code.ossystems Code Review - openembedded-core.git/commitdiff
parselogs: Whitelist NUC6 firmware load error message on genericx86-64
authorCalifornia Sullivan <california.l.sullivan@intel.com>
Tue, 15 Nov 2016 23:31:07 +0000 (15:31 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Nov 2016 11:02:30 +0000 (11:02 +0000)
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@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/runtime/parselogs.py

index 8efe2d1de02af4fa9e864dbd68f12fb9c1b94845..58f62da40c33b4994076263d76e1d7478eb4471d 100644 (file)
@@ -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' : [