[gnome-continuous-yocto/gnomeostree-3.22-krogoth: 136/246] parselogs.py: Add amd_nb error to x86_common whitelist
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.22-krogoth: 136/246] parselogs.py: Add amd_nb error to x86_common whitelist
- Date: Thu, 14 Dec 2017 11:59:37 +0000 (UTC)
commit e2c2d723edc1bea11bbe29d8145554824f4deb0f
Author: California Sullivan <california l sullivan intel com>
Date: Fri Sep 23 11:15:00 2016 -0700
parselogs.py: Add amd_nb error to x86_common whitelist
This has always silently failed on hardware without AMD Northbridge,
and a recent kernel patch made it not silent. It would be ideal to only
whitelist the error for genericx86 MACHINEs and disable the CONFIG
option that enables it in intel-* MACHINEs, but in order to disable
this configuration option we would have to enable EXPERT and
DEBUG_KERNEL, which we don't want. Instead just whitelist it on all
x86 MACHINEs.
Fixes [YOCTO #10261].
(From OE-Core rev: 9c432dae1045a087f8eb2de7c9bd3a9cbd46c459)
(From OE-Core rev: bc575e92c7c2df541b79a33670ddb06ef9778995)
Signed-off-by: California Sullivan <california l sullivan intel com>
Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>
Signed-off-by: Armin Kuster <akuster808 gmail com>
Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>
meta/lib/oeqa/runtime/parselogs.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py
index dec9ebe..0e42353 100644
--- a/meta/lib/oeqa/runtime/parselogs.py
+++ b/meta/lib/oeqa/runtime/parselogs.py
@@ -55,6 +55,8 @@ x86_common = [
'Could not enable PowerButton event',
'probe of LNXPWRBN:00 failed with error -22',
'pmd_set_huge: Cannot satisfy',
+ 'failed to setup card detect gpio',
+ 'amd_nb: Cannot enumerate AMD northbridges',
] + common_errors
qemux86_common = [
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]