aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/linux/linux-yocto/qemuarm64.cfg3
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_4.18.bb1
2 files changed, 4 insertions, 0 deletions
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 0000000000..26880b55cb
--- /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 d6e3768d92..c0bea0cd40 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"