diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2018-07-11 13:20:48 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-18 10:18:41 +0100 |
commit | ba598c7db375364a09cbb159092327c322751a97 (patch) | |
tree | a27795c271637e2a8a9c3e0ee0cd08a3730f7981 /meta | |
parent | dd31a246aa4edd36a64e27a7a51abec572a5d4ab (diff) | |
download | poky-ba598c7db375364a09cbb159092327c322751a97.tar.gz |
oeqa/parselogs: remove references to BSPs that no longer exist
These platform specifc BSPs were removed from meta-intel and superseded by
intel-core* BSPs.
(From OE-Core rev: a6fd20fc57da3e1910e775f5994bd71bf79934ea)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/lib/oeqa/runtime/cases/parselogs.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py index ba1bb71f22..f0bcd168c6 100644 --- a/meta/lib/oeqa/runtime/cases/parselogs.py +++ b/meta/lib/oeqa/runtime/cases/parselogs.py | |||
@@ -123,15 +123,6 @@ ignore_errors = { | |||
123 | 'dmi: Firmware registration failed.', | 123 | 'dmi: Firmware registration failed.', |
124 | 'irq: type mismatch, failed to map hwirq-27 for /intc', | 124 | 'irq: type mismatch, failed to map hwirq-27 for /intc', |
125 | ] + common_errors, | 125 | ] + common_errors, |
126 | 'emenlow' : [ | ||
127 | '[Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness', | ||
128 | '(EE) Failed to load module "psb"', | ||
129 | '(EE) Failed to load module psb', | ||
130 | '(EE) Failed to load module "psbdrv"', | ||
131 | '(EE) Failed to load module psbdrv', | ||
132 | '(EE) open /dev/fb0: No such file or directory', | ||
133 | '(EE) AIGLX: reverting to software rendering', | ||
134 | ] + x86_common, | ||
135 | 'intel-core2-32' : [ | 126 | 'intel-core2-32' : [ |
136 | 'ACPI: No _BQC method, cannot determine initial brightness', | 127 | 'ACPI: No _BQC method, cannot determine initial brightness', |
137 | '[Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness', | 128 | '[Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness', |
@@ -159,7 +150,6 @@ ignore_errors = { | |||
159 | 'Bluetooth: hci0: Failed to send firmware data (-38)', | 150 | 'Bluetooth: hci0: Failed to send firmware data (-38)', |
160 | 'atkbd serio0: Failed to enable keyboard on isa0060/serio0', | 151 | 'atkbd serio0: Failed to enable keyboard on isa0060/serio0', |
161 | ] + x86_common, | 152 | ] + x86_common, |
162 | 'crownbay' : x86_common, | ||
163 | 'genericx86' : x86_common, | 153 | 'genericx86' : x86_common, |
164 | 'genericx86-64' : [ | 154 | 'genericx86-64' : [ |
165 | 'Direct firmware load for i915', | 155 | 'Direct firmware load for i915', |
@@ -172,10 +162,6 @@ ignore_errors = { | |||
172 | 'edgerouter' : [ | 162 | 'edgerouter' : [ |
173 | 'Fatal server error:', | 163 | 'Fatal server error:', |
174 | ] + common_errors, | 164 | ] + common_errors, |
175 | 'jasperforest' : [ | ||
176 | 'Activated service \'org.bluez\' failed:', | ||
177 | 'Unable to find NFC netlink family', | ||
178 | ] + common_errors, | ||
179 | } | 165 | } |
180 | 166 | ||
181 | log_locations = ["/var/log/","/var/log/dmesg", "/tmp/dmesg_output.log"] | 167 | log_locations = ["/var/log/","/var/log/dmesg", "/tmp/dmesg_output.log"] |