mirror of
https://github.com/Fishwaldo/meta-riscv.git
synced 2025-03-17 20:41:39 +00:00
linux-riscv: Enable virtio cryptodev
This helps with OpenSSL 1.x calling getrandom() API not hanging on openssh key generation Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
3048b41652
commit
4bc2cb3584
2 changed files with 4 additions and 0 deletions
3
recipes-kernel/linux/files/pci.cfg
Normal file
3
recipes-kernel/linux/files/pci.cfg
Normal file
|
@ -0,0 +1,3 @@
|
|||
CONFIG_CRYPTO_DEV_VIRTIO=y
|
||||
CONFIG_PCI=y
|
||||
CONFIG_PCI_HOST_GENERIC=y
|
|
@ -9,6 +9,7 @@ require recipes-kernel/linux/linux-yocto.inc
|
|||
SRC_URI = "\
|
||||
git://github.com/riscv/riscv-linux.git;branch=${BRANCH} \
|
||||
file://earlyprintk.cfg \
|
||||
file://pci.cfg \
|
||||
"
|
||||
|
||||
# qemu uses in-tree defconfig
|
||||
|
|
Loading…
Add table
Reference in a new issue