]> 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>
Sat, 22 Sep 2018 18:23:01 +0000 (11:23 -0700)
commit8cc08e44cf3e969c124456d459c6c06a76cad018
tree01335bd747330c7630688b0d3da45111f95c8ab9
parent636ffaec45db57a3eb5ae1ca9a81b763dc1a6a53
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.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb
meta/recipes-kernel/linux/linux-yocto-rt_4.18.bb
meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb
meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb
meta/recipes-kernel/linux/linux-yocto_4.14.bb
meta/recipes-kernel/linux/linux-yocto_4.18.bb