1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +00:00

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: a163060c25615fd29cdc477319f83997e65d0846)

Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
(cherry picked from commit e1bad14231115f3b1a2bf844ef5b2022c648b55d)
Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Sullivan, California L
2017-03-27 14:33:37 -07:00
committed by Richard Purdie
parent e9c681777b
commit be54ac0ebd
+1
View File
@@ -142,6 +142,7 @@ ignore_errors = {
'Failed to load firmware i915', 'Failed to load firmware i915',
'Failed to fetch GuC', 'Failed to fetch GuC',
'Failed to initialize GuC', 'Failed to initialize GuC',
'Failed to load DMC firmware',
'The driver is built-in, so to load the firmware you need to', 'The driver is built-in, so to load the firmware you need to',
] + x86_common, ] + x86_common,
'edgerouter' : [ 'edgerouter' : [