[oe-commits] [openembedded-core] 01/01: linux-yocto: Add qemuarm64 entropy quickfix/hack

git at git.openembedded.org git at git.openembedded.org
Sat Sep 22 01:48:14 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit b668edf50f30baaba1df19d4b7d60ada77e42a55
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Fri Sep 21 08:35:42 2018 -0700

    linux-yocto: Add qemuarm64 entropy quickfix/hack
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-kernel/linux/linux-yocto/qemuarm64.cfg | 3 +++
 meta/recipes-kernel/linux/linux-yocto_4.18.bb       | 1 +
 2 files changed, 4 insertions(+)

diff --git a/meta/recipes-kernel/linux/linux-yocto/qemuarm64.cfg b/meta/recipes-kernel/linux/linux-yocto/qemuarm64.cfg
new file mode 100644
index 0000000..26880b5
--- /dev/null
+++ b/meta/recipes-kernel/linux/linux-yocto/qemuarm64.cfg
@@ -0,0 +1,3 @@
+CONFIG_CRYPTO_DEV_VIRTIO=y
+CONFIG_PCI=y
+CONFIG_PCI_HOST_GENERIC=y
\ No newline at end of file
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.18.bb b/meta/recipes-kernel/linux/linux-yocto_4.18.bb
index d6e3768..c0bea0c 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.18.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.18.bb
@@ -23,6 +23,7 @@ SRCREV_meta ?= "73417203913023f9438ea196377a363233857172"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \
            git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.18;destsuffix=${KMETA}"
+SRC_URI_append_qemuarm64 = " file://qemuarm64.cfg"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
 LINUX_VERSION ?= "4.18.5"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list