aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2016-03-18 10:40:01 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-20 22:57:59 +0000
commite941853e3dd9e498dcf486686d30cd07d65d83fb (patch)
treea70d8b3e3c89e01d5924c9ff0cc6779d738e22ff
parent15130f7bad0f0a1894c34bbb34a547722552c69e (diff)
downloadopenembedded-core-contrib-e941853e3dd9e498dcf486686d30cd07d65d83fb.tar.gz
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@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r--meta/lib/oeqa/runtime/parselogs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py
index 431c436d62..32d9081ead 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 = [