From: Richard Purdie Date: Fri, 21 Sep 2018 15:35:42 +0000 (-0700) Subject: linux-yocto: Add qemuarm64 entropy quickfix/hack X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b668edf50f30baaba1df19d4b7d60ada77e42a55;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git linux-yocto: Add qemuarm64 entropy quickfix/hack Signed-off-by: Richard Purdie --- 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 00000000000..26880b55cbf --- /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 d6e3768d924..c0bea0cd405 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"