summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-31 08:17:26 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-31 17:04:43 +0000
commit4477069b64f89fc60b0e6442370d290c4a5b30fc (patch)
treeca71e057e056a6cb1e1f72b4b31192045b73ff28 /meta/lib/oeqa/runtime
parent39dea062d6ad23d375b0d7ff986600254b21601d (diff)
downloadast2050-yocto-poky-4477069b64f89fc60b0e6442370d290c4a5b30fc.zip
ast2050-yocto-poky-4477069b64f89fc60b0e6442370d290c4a5b30fc.tar.gz
oeqa/parselogs: Add harmless failure warning introduced by new qemu version on qemuppc
(From OE-Core rev: d9f49e0e6b377c402e01de631edca73bb6537ab9) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/runtime')
-rw-r--r--meta/lib/oeqa/runtime/parselogs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py
index 19a4f1b..7eb333a 100644
--- a/meta/lib/oeqa/runtime/parselogs.py
+++ b/meta/lib/oeqa/runtime/parselogs.py
@@ -51,6 +51,7 @@ ignore_errors = {
] + common_errors,
'qemuppc' : [
'PCI 0000:00 Cannot reserve Legacy IO [io 0x0000-0x0fff]',
+ 'host side 80-wire cable detection failed, limiting max speed',
'mode "640x480" test failed',
'Failed to load module "glx"',
] + common_errors,
OpenPOWER on IntegriCloud