]> code.ossystems Code Review - openembedded-core.git/commit
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, 11 Jan 2017 11:46:45 +0000 (11:46 +0000)
commit23aa95a8a15cd0b7bdc43dba9375e139f4b20607
treeea97b85847bfaf795a0de5a66e4a2c0b3d538924
parent025d21b856e650c8edefd2d06493e84f8416d50f
parselogs.py: Whitelist iwlwifi firmware load error messages

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.

(From OE-Core rev: 7df570c2310efac8f9898da15deaac2b7df16655)

Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Signed-off-by: Ross Burton <ross.burton@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