From: Saul Wold Date: Tue, 22 Mar 2016 08:52:39 +0000 (+0000) Subject: parselogs: add new whitelist entries to address 4.4.3 issues X-Git-Tag: 2016-4~352 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=34e7292fb40635cee1f1237ac3156530f8dfce37;p=openembedded-core.git 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] Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- 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 = { '(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,