mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
oeqa/parselogs: Whitelist qemuarm64 runtime errors
The qemuarm64 machine doesn't have graphics so whitelist the X server failures to start. (From OE-Core rev: 4e1b7773e480a05ac791fcceca23889ef9919aa7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -70,6 +70,10 @@ ignore_errors = {
|
|||||||
'mmci-pl18x: probe of fpga:0b failed with error -22',
|
'mmci-pl18x: probe of fpga:0b failed with error -22',
|
||||||
'Failed to load module "glx"'
|
'Failed to load module "glx"'
|
||||||
] + common_errors,
|
] + common_errors,
|
||||||
|
'qemuarm64' : [
|
||||||
|
'Fatal server error:',
|
||||||
|
'(EE) Server terminated with error (1). Closing log file.',
|
||||||
|
] + common_errors,
|
||||||
'emenlow' : [
|
'emenlow' : [
|
||||||
'[Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness',
|
'[Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness',
|
||||||
'(EE) Failed to load module "psb"',
|
'(EE) Failed to load module "psb"',
|
||||||
|
|||||||
Reference in New Issue
Block a user