diff options
author | Sullivan, California L <california.l.sullivan@intel.com> | 2017-03-27 14:33:37 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-18 13:07:33 +0100 |
commit | be54ac0ebdb6aac23d05fb806580a0ceb7e191dd (patch) | |
tree | b89342aaf9b15467e62ac3f90c270e000544e51a /meta/lib | |
parent | e9c681777b394b9eaa3c6cb572bfa1ca4b501d6e (diff) | |
download | poky-be54ac0ebdb6aac23d05fb806580a0ceb7e191dd.tar.gz |
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>
Diffstat (limited to 'meta/lib')
-rw-r--r-- | 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 e79c39a8f1..aa5008bba9 100644 --- a/meta/lib/oeqa/runtime/parselogs.py +++ b/meta/lib/oeqa/runtime/parselogs.py | |||
@@ -142,6 +142,7 @@ ignore_errors = { | |||
142 | 'Failed to load firmware i915', | 142 | 'Failed to load firmware i915', |
143 | 'Failed to fetch GuC', | 143 | 'Failed to fetch GuC', |
144 | 'Failed to initialize GuC', | 144 | 'Failed to initialize GuC', |
145 | 'Failed to load DMC firmware', | ||
145 | 'The driver is built-in, so to load the firmware you need to', | 146 | 'The driver is built-in, so to load the firmware you need to', |
146 | ] + x86_common, | 147 | ] + x86_common, |
147 | 'edgerouter' : [ | 148 | 'edgerouter' : [ |