diff options
author | Saul Wold <sgw@linux.intel.com> | 2016-03-22 08:52:39 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-22 08:54:34 +0000 |
commit | 2f2f784727a1617c2b9ce0bb86730ba301238e06 (patch) | |
tree | 526c92c9cf64979afaf0b28612581a1268aeb6f5 /meta | |
parent | 8037ba4d86a65ee296cfdcee736dfd614c568818 (diff) | |
download | poky-2f2f784727a1617c2b9ce0bb86730ba301238e06.tar.gz |
parselogs: add new whitelist entries to address 4.4.3 issues
Adds intel-corei7-64 with x86-common, this makes the x86-common
whitelist available for intel-corei7-64 bsp also.
[YOCTO #9179]
(From OE-Core rev: 34e7292fb40635cee1f1237ac3156530f8dfce37)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 32d9081ead..4def53327c 100644 --- a/meta/lib/oeqa/runtime/parselogs.py +++ b/meta/lib/oeqa/runtime/parselogs.py | |||
@@ -111,6 +111,7 @@ ignore_errors = { | |||
111 | '(EE) open /dev/fb0: No such file or directory', | 111 | '(EE) open /dev/fb0: No such file or directory', |
112 | '(EE) AIGLX: reverting to software rendering', | 112 | '(EE) AIGLX: reverting to software rendering', |
113 | ] + x86_common, | 113 | ] + x86_common, |
114 | 'intel-corei7-64' : x86_common, | ||
114 | 'crownbay' : x86_common, | 115 | 'crownbay' : x86_common, |
115 | 'genericx86' : x86_common, | 116 | 'genericx86' : x86_common, |
116 | 'genericx86-64' : x86_common, | 117 | 'genericx86-64' : x86_common, |