]> code.ossystems Code Review - openembedded-core.git/commit
parselogs.py: Add amd_nb error to x86_common whitelist
authorCalifornia Sullivan <california.l.sullivan@intel.com>
Fri, 23 Sep 2016 18:15:00 +0000 (11:15 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 8 Nov 2016 23:03:20 +0000 (23:03 +0000)
commitbc575e92c7c2df541b79a33670ddb06ef9778995
tree214e1e42765ee4c5c797af67a789701a62c7f49d
parente501785bcb8bfdbeaba93e1c2f8275780a3425a6
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)

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>
meta/lib/oeqa/runtime/parselogs.py