]> 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>
Fri, 18 Mar 2016 17:40:01 +0000 (10:40 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 20 Mar 2016 22:57:59 +0000 (22:57 +0000)
This message appears on older hardware and is a benign warning

[YOCTO #9179]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/runtime/parselogs.py

index 431c436d6295c5c40be04aee99174858aedcf836..32d9081ead64aa9015f254d736b1f23fce9f5468 100644 (file)
@@ -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 = [