diff options
author | California Sullivan <california.l.sullivan@intel.com> | 2016-09-30 16:40:51 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-05 10:10:11 +0100 |
commit | ed12917d59cd454246508845ce4c6548ca9ace1b (patch) | |
tree | 23c793799a10778517f9fda5b444809a44a92be4 /meta/lib | |
parent | f2053844958325496a9387874a8f3182400b71ca (diff) | |
download | poky-ed12917d59cd454246508845ce4c6548ca9ace1b.tar.gz |
parselogs.py: Add disabling eDP error to x86_common whitelist
The NUC6 firmware tells the kernel to try and initialize an embedded
DisplayPort it does not have, causing this warning. Its harmless, so
just whitelist it.
Fixes [YOCTO #9434].
(From OE-Core rev: 4c3fb7f63aad4a5d1b9720c76091cd0646859c2a)
Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
-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 3bea310bbc..8efe2d1de0 100644 --- a/meta/lib/oeqa/runtime/parselogs.py +++ b/meta/lib/oeqa/runtime/parselogs.py | |||
@@ -57,6 +57,7 @@ x86_common = [ | |||
57 | 'pmd_set_huge: Cannot satisfy', | 57 | 'pmd_set_huge: Cannot satisfy', |
58 | 'failed to setup card detect gpio', | 58 | 'failed to setup card detect gpio', |
59 | 'amd_nb: Cannot enumerate AMD northbridges', | 59 | 'amd_nb: Cannot enumerate AMD northbridges', |
60 | 'failed to retrieve link info, disabling eDP', | ||
60 | ] + common_errors | 61 | ] + common_errors |
61 | 62 | ||
62 | qemux86_common = [ | 63 | qemux86_common = [ |