[oe-commits] [openembedded-core] branch master updated: parselogs: add new whitelist entries to address 4.4.3 issues

git at git.openembedded.org git at git.openembedded.org
Tue Mar 22 08:54:54 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

The following commit(s) were added to refs/heads/master by this push:
       new  34e7292   parselogs: add new whitelist entries to address 4.4.3 issues
34e7292 is described below

commit 34e7292fb40635cee1f1237ac3156530f8dfce37
Author: Saul Wold <sgw at linux.intel.com>
AuthorDate: Tue Mar 22 08:52:39 2016 +0000

    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 <sgw at linux.intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/lib/oeqa/runtime/parselogs.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py
index 32d9081..4def533 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,

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list