summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorJon Mason <jdmason@kudzu.us>2021-07-28 13:32:26 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-29 22:33:51 +0100
commita35c6ef27489f918cce8f0242f926bf9fd4ce773 (patch)
tree20599b83366b4ace64bbd62966527ce6c0ee98a2 /meta
parentde771b32123566520547edbdcf6373d283103632 (diff)
downloadpoky-a35c6ef27489f918cce8f0242f926bf9fd4ce773.tar.gz
parselogs.py: qemuarm should be qemuarmv5
All of the errors being masked off for qemuarm are legacy from before the migration of qemuarm to qemuarmv5. Rename the machine to that to allow for qemuarmv5 to pass parselog test. Light testing shows no errors in dmesg for qemuarm. (From OE-Core rev: 701a58504de15b244b970908f2de0971a35b5a09) Signed-off-by: Jon Mason <jdmason@kudzu.us> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/lib/oeqa/runtime/cases/parselogs.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py
index 73243c3659..af8a8d67bd 100644
--- a/meta/lib/oeqa/runtime/cases/parselogs.py
+++ b/meta/lib/oeqa/runtime/cases/parselogs.py
@@ -122,7 +122,7 @@ ignore_errors = {
122 'synth uevent: /devices/vio: failed to send uevent', 122 'synth uevent: /devices/vio: failed to send uevent',
123 'PCI 0000:00 Cannot reserve Legacy IO [io 0x10000-0x10fff]', 123 'PCI 0000:00 Cannot reserve Legacy IO [io 0x10000-0x10fff]',
124 ] + common_errors, 124 ] + common_errors,
125 'qemuarm' : [ 125 'qemuarmv5' : [
126 'mmci-pl18x: probe of fpga:05 failed with error -22', 126 'mmci-pl18x: probe of fpga:05 failed with error -22',
127 'mmci-pl18x: probe of fpga:0b failed with error -22', 127 'mmci-pl18x: probe of fpga:0b failed with error -22',
128 'Failed to load module "glx"', 128 'Failed to load module "glx"',
@@ -136,6 +136,7 @@ ignore_errors = {
136 'OF: amba_device_add() failed (-19) for /amba/fpga/sci@a000', 136 'OF: amba_device_add() failed (-19) for /amba/fpga/sci@a000',
137 'Failed to initialize \'/amba/timer@101e3000\': -22', 137 'Failed to initialize \'/amba/timer@101e3000\': -22',
138 'jitterentropy: Initialization failed with host not compliant with requirements: 2', 138 'jitterentropy: Initialization failed with host not compliant with requirements: 2',
139 'clcd-pl11x: probe of 10120000.display failed with error -2',
139 ] + common_errors, 140 ] + common_errors,
140 'qemuarm64' : [ 141 'qemuarm64' : [
141 'Fatal server error:', 142 'Fatal server error:',