All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] parselogs: add new whitelist entries to address 4.4.3 issues
@ 2016-03-18 17:40 Saul Wold
  0 siblings, 0 replies; only message in thread
From: Saul Wold @ 2016-03-18 17:40 UTC (permalink / raw)
  To: openembedded-core, richard.purdie

This message appears on older hardware and is a benign warning

[YOCTO #9179]

Signed-off-by: Saul Wold <sgw@linux.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 = [
-- 
2.5.0



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-03-18 17:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-18 17:40 [PATCH] parselogs: add new whitelist entries to address 4.4.3 issues Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.