diff options
11 files changed, 132 insertions, 180 deletions
diff --git a/meta/lib/oeqa/runtime/cases/parselogs-ignores-common.txt b/meta/lib/oeqa/runtime/cases/parselogs-ignores-common.txt new file mode 100644 index 0000000000..14f8c0d494 --- /dev/null +++ b/meta/lib/oeqa/runtime/cases/parselogs-ignores-common.txt | |||
| @@ -0,0 +1,59 @@ | |||
| 1 | # Xserver explains what the short codes mean | ||
| 2 | (WW) warning, (EE) error, (NI) not implemented, (??) unknown. | ||
| 3 | |||
| 4 | # Xserver warns if compiled with ACPI but no acpid running | ||
| 5 | Open ACPI failed (/var/run/acpid.socket) (No such file or directory) | ||
| 6 | |||
| 7 | # Some machines (eg qemux86) don't enable PAE (they probably should though) | ||
| 8 | NX (Execute Disable) protection cannot be enabled: non-PAE kernel! | ||
| 9 | |||
| 10 | # Connman's pacrunner warns if external connectivity isn't available | ||
| 11 | Failed to find URL:http://ipv4.connman.net/online/status.html | ||
| 12 | Failed to find URL:http://ipv6.connman.net/online/status.html | ||
| 13 | |||
| 14 | # These should be reviewed to see if they are still needed | ||
| 15 | dma timeout | ||
| 16 | can\'t add hid device: | ||
| 17 | usbhid: probe of | ||
| 18 | _OSC failed (AE_ERROR) | ||
| 19 | _OSC failed (AE_SUPPORT) | ||
| 20 | AE_ALREADY_EXISTS | ||
| 21 | ACPI _OSC request failed (AE_SUPPORT) | ||
| 22 | can\'t disable ASPM | ||
| 23 | Failed to load module "vesa" | ||
| 24 | Failed to load module "modesetting" | ||
| 25 | Failed to load module "glx" | ||
| 26 | Failed to load module "fbdev" | ||
| 27 | Failed to load module "ati" | ||
| 28 | [drm] Cannot find any crtc or sizes | ||
| 29 | _OSC failed (AE_NOT_FOUND); disabling ASPM | ||
| 30 | hd.: possibly failed opcode | ||
| 31 | NETLINK INITIALIZATION FAILED | ||
| 32 | kernel: Cannot find map file | ||
| 33 | omap_hwmod: debugss: _wait_target_disable failed | ||
| 34 | VGA arbiter: cannot open kernel arbiter, no multi-card support | ||
| 35 | Online check failed for | ||
| 36 | netlink init failed | ||
| 37 | Fast TSC calibration | ||
| 38 | controller can't do DEVSLP, turning off | ||
| 39 | stmmac_dvr_probe: warning: cannot get CSR clock | ||
| 40 | error: couldn\'t mount because of unsupported optional features | ||
| 41 | GPT: Use GNU Parted to correct GPT errors | ||
| 42 | Cannot set xattr user.Librepo.DownloadInProgress | ||
| 43 | Failed to read /var/lib/nfs/statd/state: Success | ||
| 44 | error retry time-out = | ||
| 45 | logind: cannot setup systemd-logind helper (-61), using legacy fallback | ||
| 46 | Failed to rename network interface | ||
| 47 | Failed to process device, ignoring: Device or resource busy | ||
| 48 | Cannot find a map file | ||
| 49 | [rdrand]: Initialization Failed | ||
| 50 | [rndr ]: Initialization Failed | ||
| 51 | [pulseaudio] authkey.c: Failed to open cookie file | ||
| 52 | [pulseaudio] authkey.c: Failed to load authentication key | ||
| 53 | was skipped because of a failed condition check | ||
| 54 | was skipped because all trigger condition checks failed | ||
| 55 | xf86OpenConsole: Switching VT failed | ||
| 56 | Failed to read LoaderConfigTimeoutOneShot variable, ignoring: Operation not supported | ||
| 57 | Failed to read LoaderEntryOneShot variable, ignoring: Operation not supported | ||
| 58 | Direct firmware load for regulatory.db | ||
| 59 | failed to load regulatory.db | ||
diff --git a/meta/lib/oeqa/runtime/cases/parselogs-ignores-mipsarch.txt b/meta/lib/oeqa/runtime/cases/parselogs-ignores-mipsarch.txt new file mode 100644 index 0000000000..2c0bd9a247 --- /dev/null +++ b/meta/lib/oeqa/runtime/cases/parselogs-ignores-mipsarch.txt | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | # These should be reviewed to see if they are still needed | ||
| 2 | cacheinfo: Failed to find cpu0 device node | ||
diff --git a/meta/lib/oeqa/runtime/cases/parselogs-ignores-qemuall.txt b/meta/lib/oeqa/runtime/cases/parselogs-ignores-qemuall.txt new file mode 100644 index 0000000000..b0c0fc9ddf --- /dev/null +++ b/meta/lib/oeqa/runtime/cases/parselogs-ignores-qemuall.txt | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | # psplash | ||
| 2 | FBIOPUT_VSCREENINFO failed, double buffering disabled | ||
| 3 | |||
| 4 | # PCI host bridge to bus 0000:00 | ||
| 5 | # pci_bus 0000:00: root bus resource [mem 0x10000000-0x17ffffff] | ||
| 6 | # pci_bus 0000:00: root bus resource [io 0x1000-0x1fffff] | ||
| 7 | # pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] | ||
| 8 | # pci 0000:00:00.0: [2046:ab11] type 00 class 0x100000 | ||
| 9 | # pci 0000:00:00.0: [Firmware Bug]: reg 0x10: invalid BAR (can't size) | ||
| 10 | # pci 0000:00:00.0: [Firmware Bug]: reg 0x14: invalid BAR (can't size) | ||
| 11 | # pci 0000:00:00.0: [Firmware Bug]: reg 0x18: invalid BAR (can't size) | ||
| 12 | # pci 0000:00:00.0: [Firmware Bug]: reg 0x1c: invalid BAR (can't size) | ||
| 13 | # pci 0000:00:00.0: [Firmware Bug]: reg 0x20: invalid BAR (can't size) | ||
| 14 | # pci 0000:00:00.0: [Firmware Bug]: reg 0x24: invalid BAR (can't size) | ||
| 15 | invalid BAR (can't size) | ||
| 16 | |||
| 17 | # These should be reviewed to see if they are still needed | ||
| 18 | wrong ELF class | ||
| 19 | fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge | ||
| 20 | can't claim BAR | ||
| 21 | amd_nb: Cannot enumerate AMD northbridges | ||
| 22 | tsc: HPET/PMTIMER calibration failed | ||
| 23 | modeset(0): Failed to initialize the DRI2 extension | ||
| 24 | glamor initialization failed | ||
| 25 | blk_update_request: I/O error, dev fd0, sector 0 op 0x0:(READ) | ||
| 26 | floppy: error | ||
| 27 | failed to IDENTIFY (I/O error, err_mask=0x4) | ||
diff --git a/meta/lib/oeqa/runtime/cases/parselogs-ignores-qemuarm64.txt b/meta/lib/oeqa/runtime/cases/parselogs-ignores-qemuarm64.txt new file mode 100644 index 0000000000..260cdde620 --- /dev/null +++ b/meta/lib/oeqa/runtime/cases/parselogs-ignores-qemuarm64.txt | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | # These should be reviewed to see if they are still needed | ||
| 2 | Fatal server error: | ||
| 3 | (EE) Server terminated with error (1). Closing log file. | ||
| 4 | dmi: Firmware registration failed. | ||
| 5 | irq: type mismatch, failed to map hwirq-27 for /intc | ||
| 6 | logind: failed to get session seat \ No newline at end of file | ||
diff --git a/meta/lib/oeqa/runtime/cases/parselogs-ignores-qemuarmv5.txt b/meta/lib/oeqa/runtime/cases/parselogs-ignores-qemuarmv5.txt new file mode 100644 index 0000000000..e5d526be21 --- /dev/null +++ b/meta/lib/oeqa/runtime/cases/parselogs-ignores-qemuarmv5.txt | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | # These should be reviewed to see if they are still needed | ||
| 2 | mmci-pl18x: probe of fpga:05 failed with error -22 | ||
| 3 | mmci-pl18x: probe of fpga:0b failed with error -22 | ||
| 4 | OF: amba_device_add() failed (-19) for /amba/smc@10100000 | ||
| 5 | OF: amba_device_add() failed (-19) for /amba/mpmc@10110000 | ||
| 6 | OF: amba_device_add() failed (-19) for /amba/sctl@101e0000 | ||
| 7 | OF: amba_device_add() failed (-19) for /amba/watchdog@101e1000 | ||
| 8 | OF: amba_device_add() failed (-19) for /amba/sci@101f0000 | ||
| 9 | OF: amba_device_add() failed (-19) for /amba/spi@101f4000 | ||
| 10 | OF: amba_device_add() failed (-19) for /amba/ssp@101f4000 | ||
| 11 | OF: amba_device_add() failed (-19) for /amba/fpga/sci@a000 | ||
| 12 | Failed to initialize '/amba/timer@101e3000': -22 | ||
| 13 | jitterentropy: Initialization failed with host not compliant with requirements: 2 | ||
| 14 | clcd-pl11x: probe of 10120000.display failed with error -2 | ||
| 15 | arm-charlcd 10008000.lcd: error -ENXIO: IRQ index 0 not found \ No newline at end of file | ||
diff --git a/meta/lib/oeqa/runtime/cases/parselogs-ignores-qemuppc.txt b/meta/lib/oeqa/runtime/cases/parselogs-ignores-qemuppc.txt new file mode 100644 index 0000000000..d9b58b58f1 --- /dev/null +++ b/meta/lib/oeqa/runtime/cases/parselogs-ignores-qemuppc.txt | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | # These should be reviewed to see if they are still needed | ||
| 2 | PCI 0000:00 Cannot reserve Legacy IO [io 0x0000-0x0fff] | ||
| 3 | host side 80-wire cable detection failed, limiting max speed | ||
| 4 | mode "640x480" test failed | ||
| 5 | can't handle BAR above 4GB | ||
| 6 | Cannot reserve Legacy IO \ No newline at end of file | ||
diff --git a/meta/lib/oeqa/runtime/cases/parselogs-ignores-qemuppc64.txt b/meta/lib/oeqa/runtime/cases/parselogs-ignores-qemuppc64.txt new file mode 100644 index 0000000000..b736a2aeb7 --- /dev/null +++ b/meta/lib/oeqa/runtime/cases/parselogs-ignores-qemuppc64.txt | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | # These should be reviewed to see if they are still needed | ||
| 2 | vio vio: uevent: failed to send synthetic uevent | ||
| 3 | synth uevent: /devices/vio: failed to send uevent | ||
| 4 | PCI 0000:00 Cannot reserve Legacy IO [io 0x10000-0x10fff] \ No newline at end of file | ||
diff --git a/meta/lib/oeqa/runtime/cases/parselogs-ignores-qemux86.txt b/meta/lib/oeqa/runtime/cases/parselogs-ignores-qemux86.txt new file mode 100644 index 0000000000..ebb76f1221 --- /dev/null +++ b/meta/lib/oeqa/runtime/cases/parselogs-ignores-qemux86.txt | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | # These should be reviewed to see if they are still needed | ||
| 2 | Failed to access perfctr msr (MSR | ||
diff --git a/meta/lib/oeqa/runtime/cases/parselogs-ignores-x86.txt b/meta/lib/oeqa/runtime/cases/parselogs-ignores-x86.txt new file mode 100644 index 0000000000..5985247daf --- /dev/null +++ b/meta/lib/oeqa/runtime/cases/parselogs-ignores-x86.txt | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | # These should be reviewed to see if they are still needed | ||
| 2 | [drm:psb_do_init] *ERROR* Debug is | ||
| 3 | wrong ELF class | ||
| 4 | Could not enable PowerButton event | ||
| 5 | probe of LNXPWRBN:00 failed with error -22 | ||
| 6 | pmd_set_huge: Cannot satisfy | ||
| 7 | failed to setup card detect gpio | ||
| 8 | amd_nb: Cannot enumerate AMD northbridges | ||
| 9 | failed to retrieve link info, disabling eDP | ||
| 10 | Direct firmware load for iwlwifi | ||
diff --git a/meta/lib/oeqa/runtime/cases/parselogs-ignores-x86_64.txt b/meta/lib/oeqa/runtime/cases/parselogs-ignores-x86_64.txt new file mode 120000 index 0000000000..404e384c32 --- /dev/null +++ b/meta/lib/oeqa/runtime/cases/parselogs-ignores-x86_64.txt | |||
| @@ -0,0 +1 @@ | |||
| parselogs-ignores-x86.txt \ No newline at end of file | |||
diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py index 5527ebd271..6966923c94 100644 --- a/meta/lib/oeqa/runtime/cases/parselogs.py +++ b/meta/lib/oeqa/runtime/cases/parselogs.py | |||
| @@ -12,186 +12,6 @@ from shutil import rmtree | |||
| 12 | from oeqa.runtime.case import OERuntimeTestCase | 12 | from oeqa.runtime.case import OERuntimeTestCase |
| 13 | from oeqa.core.decorator.depends import OETestDepends | 13 | from oeqa.core.decorator.depends import OETestDepends |
| 14 | 14 | ||
| 15 | common_errors = [ | ||
| 16 | "(WW) warning, (EE) error, (NI) not implemented, (??) unknown.", | ||
| 17 | "dma timeout", | ||
| 18 | "can\'t add hid device:", | ||
| 19 | "usbhid: probe of ", | ||
| 20 | "_OSC failed (AE_ERROR)", | ||
| 21 | "_OSC failed (AE_SUPPORT)", | ||
| 22 | "AE_ALREADY_EXISTS", | ||
| 23 | "ACPI _OSC request failed (AE_SUPPORT)", | ||
| 24 | "can\'t disable ASPM", | ||
| 25 | "Failed to load module \"vesa\"", | ||
| 26 | "Failed to load module vesa", | ||
| 27 | "Failed to load module \"modesetting\"", | ||
| 28 | "Failed to load module modesetting", | ||
| 29 | "Failed to load module \"glx\"", | ||
| 30 | "Failed to load module \"fbdev\"", | ||
| 31 | "Failed to load module fbdev", | ||
| 32 | "Failed to load module glx", | ||
| 33 | "[drm] Cannot find any crtc or sizes", | ||
| 34 | "_OSC failed (AE_NOT_FOUND); disabling ASPM", | ||
| 35 | "Open ACPI failed (/var/run/acpid.socket) (No such file or directory)", | ||
| 36 | "NX (Execute Disable) protection cannot be enabled: non-PAE kernel!", | ||
| 37 | "hd.: possibly failed opcode", | ||
| 38 | 'NETLINK INITIALIZATION FAILED', | ||
| 39 | 'kernel: Cannot find map file', | ||
| 40 | 'omap_hwmod: debugss: _wait_target_disable failed', | ||
| 41 | 'VGA arbiter: cannot open kernel arbiter, no multi-card support', | ||
| 42 | 'Failed to find URL:http://ipv4.connman.net/online/status.html', | ||
| 43 | 'Online check failed for', | ||
| 44 | 'netlink init failed', | ||
| 45 | 'Fast TSC calibration', | ||
| 46 | "BAR 0-9", | ||
| 47 | "Failed to load module \"ati\"", | ||
| 48 | "controller can't do DEVSLP, turning off", | ||
| 49 | "stmmac_dvr_probe: warning: cannot get CSR clock", | ||
| 50 | "error: couldn\'t mount because of unsupported optional features", | ||
| 51 | "GPT: Use GNU Parted to correct GPT errors", | ||
| 52 | "Cannot set xattr user.Librepo.DownloadInProgress", | ||
| 53 | "Failed to read /var/lib/nfs/statd/state: Success", | ||
| 54 | "error retry time-out =", | ||
| 55 | "logind: cannot setup systemd-logind helper (-61), using legacy fallback", | ||
| 56 | "Failed to rename network interface", | ||
| 57 | "Failed to process device, ignoring: Device or resource busy", | ||
| 58 | "Cannot find a map file", | ||
| 59 | "[rdrand]: Initialization Failed", | ||
| 60 | "[rndr ]: Initialization Failed", | ||
| 61 | "[pulseaudio] authkey.c: Failed to open cookie file", | ||
| 62 | "[pulseaudio] authkey.c: Failed to load authentication key", | ||
| 63 | "was skipped because of a failed condition check", | ||
| 64 | "was skipped because all trigger condition checks failed", | ||
| 65 | "xf86OpenConsole: Switching VT failed", | ||
| 66 | "Failed to read LoaderConfigTimeoutOneShot variable, ignoring: Operation not supported", | ||
| 67 | "Failed to read LoaderEntryOneShot variable, ignoring: Operation not supported", | ||
| 68 | "invalid BAR (can't size)", | ||
| 69 | ] | ||
| 70 | |||
| 71 | x86_common = [ | ||
| 72 | '[drm:psb_do_init] *ERROR* Debug is', | ||
| 73 | 'wrong ELF class', | ||
| 74 | 'Could not enable PowerButton event', | ||
| 75 | 'probe of LNXPWRBN:00 failed with error -22', | ||
| 76 | 'pmd_set_huge: Cannot satisfy', | ||
| 77 | 'failed to setup card detect gpio', | ||
| 78 | 'amd_nb: Cannot enumerate AMD northbridges', | ||
| 79 | 'failed to retrieve link info, disabling eDP', | ||
| 80 | 'Direct firmware load for iwlwifi', | ||
| 81 | 'Direct firmware load for regulatory.db', | ||
| 82 | 'failed to load regulatory.db', | ||
| 83 | ] + common_errors | ||
| 84 | |||
| 85 | qemux86_common = [ | ||
| 86 | 'wrong ELF class', | ||
| 87 | "fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.", | ||
| 88 | "can't claim BAR ", | ||
| 89 | 'amd_nb: Cannot enumerate AMD northbridges', | ||
| 90 | 'tsc: HPET/PMTIMER calibration failed', | ||
| 91 | "modeset(0): Failed to initialize the DRI2 extension", | ||
| 92 | "glamor initialization failed", | ||
| 93 | "blk_update_request: I/O error, dev fd0, sector 0 op 0x0:(READ)", | ||
| 94 | "floppy: error", | ||
| 95 | 'failed to IDENTIFY (I/O error, err_mask=0x4)', | ||
| 96 | ] + common_errors | ||
| 97 | |||
| 98 | ignore_errors = { | ||
| 99 | 'default' : common_errors, | ||
| 100 | 'qemux86' : [ | ||
| 101 | 'Failed to access perfctr msr (MSR', | ||
| 102 | ] + qemux86_common, | ||
| 103 | 'qemux86-64' : qemux86_common, | ||
| 104 | 'qemumips' : [ | ||
| 105 | 'Failed to load module "glx"', | ||
| 106 | 'cacheinfo: Failed to find cpu0 device node', | ||
| 107 | ] + common_errors, | ||
| 108 | 'qemumips64' : [ | ||
| 109 | 'cacheinfo: Failed to find cpu0 device node', | ||
| 110 | ] + common_errors, | ||
| 111 | 'qemuppc' : [ | ||
| 112 | 'PCI 0000:00 Cannot reserve Legacy IO [io 0x0000-0x0fff]', | ||
| 113 | 'host side 80-wire cable detection failed, limiting max speed', | ||
| 114 | 'mode "640x480" test failed', | ||
| 115 | 'Failed to load module "glx"', | ||
| 116 | 'can\'t handle BAR above 4GB', | ||
| 117 | 'Cannot reserve Legacy IO', | ||
| 118 | ] + common_errors, | ||
| 119 | 'qemuppc64' : [ | ||
| 120 | 'vio vio: uevent: failed to send synthetic uevent', | ||
| 121 | 'synth uevent: /devices/vio: failed to send uevent', | ||
| 122 | 'PCI 0000:00 Cannot reserve Legacy IO [io 0x10000-0x10fff]', | ||
| 123 | ] + common_errors, | ||
| 124 | 'qemuarmv5' : [ | ||
| 125 | 'mmci-pl18x: probe of fpga:05 failed with error -22', | ||
| 126 | 'mmci-pl18x: probe of fpga:0b failed with error -22', | ||
| 127 | 'Failed to load module "glx"', | ||
| 128 | 'OF: amba_device_add() failed (-19) for /amba/smc@10100000', | ||
| 129 | 'OF: amba_device_add() failed (-19) for /amba/mpmc@10110000', | ||
| 130 | 'OF: amba_device_add() failed (-19) for /amba/sctl@101e0000', | ||
| 131 | 'OF: amba_device_add() failed (-19) for /amba/watchdog@101e1000', | ||
| 132 | 'OF: amba_device_add() failed (-19) for /amba/sci@101f0000', | ||
| 133 | 'OF: amba_device_add() failed (-19) for /amba/spi@101f4000', | ||
| 134 | 'OF: amba_device_add() failed (-19) for /amba/ssp@101f4000', | ||
| 135 | 'OF: amba_device_add() failed (-19) for /amba/fpga/sci@a000', | ||
| 136 | 'Failed to initialize \'/amba/timer@101e3000\': -22', | ||
| 137 | 'jitterentropy: Initialization failed with host not compliant with requirements: 2', | ||
| 138 | 'clcd-pl11x: probe of 10120000.display failed with error -2', | ||
| 139 | 'arm-charlcd 10008000.lcd: error -ENXIO: IRQ index 0 not found' | ||
| 140 | ] + common_errors, | ||
| 141 | 'qemuarm64' : [ | ||
| 142 | 'Fatal server error:', | ||
| 143 | '(EE) Server terminated with error (1). Closing log file.', | ||
| 144 | 'dmi: Firmware registration failed.', | ||
| 145 | 'irq: type mismatch, failed to map hwirq-27 for /intc', | ||
| 146 | 'logind: failed to get session seat', | ||
| 147 | ] + common_errors, | ||
| 148 | 'intel-core2-32' : [ | ||
| 149 | 'ACPI: No _BQC method, cannot determine initial brightness', | ||
| 150 | '[Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness', | ||
| 151 | '(EE) Failed to load module "psb"', | ||
| 152 | '(EE) Failed to load module psb', | ||
| 153 | '(EE) Failed to load module "psbdrv"', | ||
| 154 | '(EE) Failed to load module psbdrv', | ||
| 155 | '(EE) open /dev/fb0: No such file or directory', | ||
| 156 | '(EE) AIGLX: reverting to software rendering', | ||
| 157 | 'dmi: Firmware registration failed.', | ||
| 158 | 'ioremap error for 0x78', | ||
| 159 | ] + x86_common, | ||
| 160 | 'intel-corei7-64' : [ | ||
| 161 | 'can\'t set Max Payload Size to 256', | ||
| 162 | 'intel_punit_ipc: can\'t request region for resource', | ||
| 163 | '[drm] parse error at position 4 in video mode \'efifb\'', | ||
| 164 | 'ACPI Error: Could not enable RealTimeClock event', | ||
| 165 | 'ACPI Warning: Could not enable fixed event - RealTimeClock', | ||
| 166 | 'hci_intel INT33E1:00: Unable to retrieve gpio', | ||
| 167 | 'hci_intel: probe of INT33E1:00 failed', | ||
| 168 | 'can\'t derive routing for PCI INT A', | ||
| 169 | 'failed to read out thermal zone', | ||
| 170 | 'Bluetooth: hci0: Setting Intel event mask failed', | ||
| 171 | 'ttyS2 - failed to request DMA', | ||
| 172 | 'Bluetooth: hci0: Failed to send firmware data (-38)', | ||
| 173 | 'atkbd serio0: Failed to enable keyboard on isa0060/serio0', | ||
| 174 | ] + x86_common, | ||
| 175 | 'genericx86' : x86_common, | ||
| 176 | 'genericx86-64' : [ | ||
| 177 | 'Direct firmware load for i915', | ||
| 178 | 'Failed to load firmware i915', | ||
| 179 | 'Failed to fetch GuC', | ||
| 180 | 'Failed to initialize GuC', | ||
| 181 | 'Failed to load DMC firmware', | ||
| 182 | 'The driver is built-in, so to load the firmware you need to', | ||
| 183 | ] + x86_common, | ||
| 184 | 'beaglebone-yocto' : [ | ||
| 185 | 'Direct firmware load for regulatory.db', | ||
| 186 | 'failed to load regulatory.db', | ||
| 187 | 'l4_wkup_cm', | ||
| 188 | 'Failed to load module "glx"', | ||
| 189 | 'Failed to make EGL context current', | ||
| 190 | 'glamor initialization failed', | ||
| 191 | ] + common_errors, | ||
| 192 | } | ||
| 193 | |||
| 194 | |||
| 195 | # importlib.resources.open_text in Python <3.10 doesn't search all directories | 15 | # importlib.resources.open_text in Python <3.10 doesn't search all directories |
| 196 | # when a package is split across multiple directories. Until we can rely on | 16 | # when a package is split across multiple directories. Until we can rely on |
| 197 | # 3.10+, reimplement the searching logic. | 17 | # 3.10+, reimplement the searching logic. |
