]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
oeqa/parselogs/qemuarm: Whitelist amba and jitter for 4.8+ kernels
authorBruce Ashfield <bruce.ashfield@windriver.com>
Wed, 31 Aug 2016 14:54:11 +0000 (10:54 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 1 Sep 2016 21:24:24 +0000 (22:24 +0100)
commit56868b57047bda2d2f4343e1d7c0ac6b02fd4745
treef4700756aa2adfe4c377becbd1777892f45c8cde
parent5bdcf5672c6e3cce52fe5ba0a5a83bf17f3c979b
oeqa/parselogs/qemuarm: Whitelist amba and jitter for 4.8+ kernels

With the update to the 4.8 kernel the versatile platform (and hence
qemuarm) has switched to a device tree boot.

We are using an ummodified mainline kernel versatilepb device tree,
which includes definitions of multiple amba devices. These devices
are not present in the qemu system emulation, hence throw warnings
during boot.

These warnings are not unique to oe-core, and rather than carry kernel
patches to the device tree (for now), we whitelist the known warnings
so qa testing will pass. We also can't turn amba off completely, since
it is providing valid devices (like the serial port) and AMBA is
force selected by other kconfig values.

We also have a jitterentropy warning that shows up on some hosts.
This warning is harmless, and like amba we can't turn it off in a
fragment since it is force selected by crypto (and we'd rather not
turn all crypto off). So we add it to the whitelist while investigations
continue into what is needed in the host to support this fully.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/parselogs.py