diff options
-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 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' : [ |