]> code.ossystems Code Review - openembedded-core.git/commit
linux-yocto: enable pci and CRYPTO_DEV_VIRTIO
authorBruce Ashfield <bruce.ashfield@windriver.com>
Sat, 22 Sep 2018 17:18:54 +0000 (13:18 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Nov 2018 16:32:30 +0000 (16:32 +0000)
commit76a51f21af63b99b71dce4f068a11c9073d0f1b2
tree740655864045c4a1e0db35a25273e919ef79466b
parent02f3fa232c82674c72c03ffce8e6f3ad34e5ead6
linux-yocto: enable pci and CRYPTO_DEV_VIRTIO

With recent kernels and the latest openssl we observe hangs when there
is not sufficient entropy in the system before crypto is used
(i.e. OpenVSwitch or openssh server).

This was mainly observed on qemuarm64, but can happen elsewhere. So
we enable CRYPTO_DEV_VIRTIO in the main virtio fragment and enable
PCI for qemuarm64 to ensure that entropy is available.

(From OE-Core rev: 8cc08e44cf3e969c124456d459c6c06a76cad018)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
[Dropped 4.18 changes]
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb
meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb
meta/recipes-kernel/linux/linux-yocto_4.14.bb