mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02: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: 716d4a3525d19a15f5506c4ceff80fa5b4f55342) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -63,6 +63,10 @@ ignore_errors = {
|
||||
'mmci-pl18x: probe of fpga:0b failed with error -22',
|
||||
'Failed to load module "glx"'
|
||||
] + common_errors,
|
||||
'qemuarm64' : [
|
||||
'Fatal server error:',
|
||||
'(EE) Server terminated with error (1). Closing log file.',
|
||||
] + common_errors,
|
||||
'emenlow' : x86_common,
|
||||
'crownbay' : x86_common,
|
||||
'genericx86' : x86_common,
|
||||
|
||||
Reference in New Issue
Block a user