]> code.ossystems Code Review - openembedded-core.git/commitdiff
parselogs: add new whitelist entries to address 4.4.3 issues
authorSaul Wold <sgw@linux.intel.com>
Tue, 22 Mar 2016 08:52:39 +0000 (08:52 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 Mar 2016 08:53:49 +0000 (08:53 +0000)
Adds intel-corei7-64 with x86-common, this makes the x86-common
whitelist available for intel-corei7-64 bsp also.

[YOCTO #9179]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/parselogs.py

index 32d9081ead64aa9015f254d736b1f23fce9f5468..4def53327c296dca8c1d10051dd38104eddb6dc1 100644 (file)
@@ -111,6 +111,7 @@ ignore_errors = {
         '(EE) open /dev/fb0: No such file or directory',
         '(EE) AIGLX: reverting to software rendering',
         ] + x86_common,
+    'intel-corei7-64' : x86_common,
     'crownbay' : x86_common,
     'genericx86' : x86_common,
     'genericx86-64' : x86_common,