summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime/parselogs.py
diff options
context:
space:
mode:
authorCalifornia Sullivan <california.l.sullivan@intel.com>2016-11-15 15:31:07 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-11-23 11:10:14 +0000
commitf3c9e66e8dbf70ca46fc375616a3a666ccce7cf4 (patch)
tree0fc9b084247f5ddbcaddb47e0cb5173349eac86d /meta/lib/oeqa/runtime/parselogs.py
parent3a769fce06180012803da863598b03e611227783 (diff)
downloadpoky-f3c9e66e8dbf70ca46fc375616a3a666ccce7cf4.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: 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>
Diffstat (limited to 'meta/lib/oeqa/runtime/parselogs.py')
-rw-r--r--meta/lib/oeqa/runtime/parselogs.py1
1 files changed, 1 insertions, 0 deletions
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 = {
140 'Failed to load firmware i915', 140 'Failed to load firmware i915',
141 'Failed to fetch GuC', 141 'Failed to fetch GuC',
142 'Failed to initialize GuC', 142 'Failed to initialize GuC',
143 'Failed to load DMC firmware',
143 'The driver is built-in, so to load the firmware you need to', 144 'The driver is built-in, so to load the firmware you need to',
144 ] + x86_common, 145 ] + x86_common,
145 'edgerouter' : [ 146 'edgerouter' : [