diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-18 08:53:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-18 09:27:54 +0100 |
commit | 26b0657b2f78751e60df6e695d5bc0dd703a5bc2 (patch) | |
tree | f4f85318e05607eb61ea035d1d5280cb39568a64 | |
parent | 56e53db4d9fe1679a4fa319fb483080de7bec61c (diff) | |
download | poky-26b0657b2f78751e60df6e695d5bc0dd703a5bc2.tar.gz |
parselogs: Ignore amb_nb warning messages under qemux86*
(From OE-Core rev: 857f4ca134e4575e71993b4fa255ebafec612d1e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/lib/oeqa/runtime/parselogs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py index 9f954bce73..1cfe804874 100644 --- a/meta/lib/oeqa/runtime/parselogs.py +++ b/meta/lib/oeqa/runtime/parselogs.py | |||
@@ -62,6 +62,7 @@ qemux86_common = [ | |||
62 | 'wrong ELF class', | 62 | 'wrong ELF class', |
63 | "fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.", | 63 | "fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.", |
64 | "can't claim BAR ", | 64 | "can't claim BAR ", |
65 | 'amd_nb: Cannot enumerate AMD northbridges', | ||
65 | ] + common_errors | 66 | ] + common_errors |
66 | 67 | ||
67 | ignore_errors = { | 68 | ignore_errors = { |