[oe-commits] [openembedded-core] 59/66: parselogs: add new whitelist entries to address 4.4.3 issues

git at git.openembedded.org git at git.openembedded.org
Sun Mar 20 23:14:10 UTC 2016


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

commit e941853e3dd9e498dcf486686d30cd07d65d83fb
Author: Saul Wold <sgw at linux.intel.com>
AuthorDate: Fri Mar 18 10:40:01 2016 -0700

    parselogs: add new whitelist entries to address 4.4.3 issues
    
    This message appears on older hardware and is a benign warning
    
    [YOCTO #9179]
    
    Signed-off-by: Saul Wold <sgw at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 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 431c436..32d9081 100644
--- a/meta/lib/oeqa/runtime/parselogs.py
+++ b/meta/lib/oeqa/runtime/parselogs.py
@@ -54,6 +54,7 @@ x86_common = [
     'wrong ELF class',
     'Could not enable PowerButton event',
     'probe of LNXPWRBN:00 failed with error -22',
+    'pmd_set_huge: Cannot satisfy',
 ] + common_errors
 
 qemux86_common = [

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


More information about the Openembedded-commits mailing list