mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
dd31a246aa
commit
ba598c7db3
@@ -123,15 +123,6 @@ ignore_errors = {
|
||||
'dmi: Firmware registration failed.',
|
||||
'irq: type mismatch, failed to map hwirq-27 for /intc',
|
||||
] + common_errors,
|
||||
'emenlow' : [
|
||||
'[Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness',
|
||||
'(EE) Failed to load module "psb"',
|
||||
'(EE) Failed to load module psb',
|
||||
'(EE) Failed to load module "psbdrv"',
|
||||
'(EE) Failed to load module psbdrv',
|
||||
'(EE) open /dev/fb0: No such file or directory',
|
||||
'(EE) AIGLX: reverting to software rendering',
|
||||
] + x86_common,
|
||||
'intel-core2-32' : [
|
||||
'ACPI: No _BQC method, cannot determine initial brightness',
|
||||
'[Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness',
|
||||
@@ -159,7 +150,6 @@ ignore_errors = {
|
||||
'Bluetooth: hci0: Failed to send firmware data (-38)',
|
||||
'atkbd serio0: Failed to enable keyboard on isa0060/serio0',
|
||||
] + x86_common,
|
||||
'crownbay' : x86_common,
|
||||
'genericx86' : x86_common,
|
||||
'genericx86-64' : [
|
||||
'Direct firmware load for i915',
|
||||
@@ -172,10 +162,6 @@ ignore_errors = {
|
||||
'edgerouter' : [
|
||||
'Fatal server error:',
|
||||
] + common_errors,
|
||||
'jasperforest' : [
|
||||
'Activated service \'org.bluez\' failed:',
|
||||
'Unable to find NFC netlink family',
|
||||
] + common_errors,
|
||||
}
|
||||
|
||||
log_locations = ["/var/log/","/var/log/dmesg", "/tmp/dmesg_output.log"]
|
||||
|
||||
Reference in New Issue
Block a user