]> code.ossystems Code Review - openembedded-core.git/commitdiff
parselogs.py: Whitelist iwlwifi firmware load error messages
authorCalifornia Sullivan <california.l.sullivan@intel.com>
Tue, 29 Nov 2016 20:28:18 +0000 (12:28 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 7 Dec 2016 10:36:10 +0000 (10:36 +0000)
The iwlwifi module of any given kernel has a minimum and maximum
supported firmware version. The kernel begins by attempting to load the
maximum version, and decrements until it is successful. The 4.8 kernel's
maximum supported firmware version is 24, but thus far only 22 has been
released, meaning we get errors for 24 and 23.

Filter out iwlwifi firmware load error messages, as they are not
necessarily indicative of real problems.

Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/runtime/parselogs.py

index 58f62da40c33b4994076263d76e1d7478eb4471d..86108633621ca2dacde5aef7396d058c1dc39f32 100644 (file)
@@ -58,6 +58,7 @@ x86_common = [
     'failed to setup card detect gpio',
     'amd_nb: Cannot enumerate AMD northbridges',
     'failed to retrieve link info, disabling eDP',
+    'Direct firmware load for iwlwifi',
 ] + common_errors
 
 qemux86_common = [