diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-27 22:43:38 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-27 22:50:41 +0100 |
commit | 6dba7a07a78ec38d0e155ea6d4af83a2269a0695 (patch) | |
tree | 3279a515d4fb9c5af31db22ca3b7d9aadd36f7a1 /meta/lib | |
parent | e77c23cc35c7a39a089f6628309513509ac32925 (diff) | |
download | poky-6dba7a07a78ec38d0e155ea6d4af83a2269a0695.tar.gz |
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>
Diffstat (limited to 'meta/lib')
-rw-r--r-- | meta/lib/oeqa/runtime/parselogs.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py index 7095a365b4..8757c9cabe 100644 --- a/meta/lib/oeqa/runtime/parselogs.py +++ b/meta/lib/oeqa/runtime/parselogs.py | |||
@@ -70,6 +70,10 @@ ignore_errors = { | |||
70 | 'mmci-pl18x: probe of fpga:0b failed with error -22', | 70 | 'mmci-pl18x: probe of fpga:0b failed with error -22', |
71 | 'Failed to load module "glx"' | 71 | 'Failed to load module "glx"' |
72 | ] + common_errors, | 72 | ] + common_errors, |
73 | 'qemuarm64' : [ | ||
74 | 'Fatal server error:', | ||
75 | '(EE) Server terminated with error (1). Closing log file.', | ||
76 | ] + common_errors, | ||
73 | 'emenlow' : [ | 77 | 'emenlow' : [ |
74 | '[Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness', | 78 | '[Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness', |
75 | '(EE) Failed to load module "psb"', | 79 | '(EE) Failed to load module "psb"', |