X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=meta-agl-bsp%2Fvirtualization-layer%2Frecipes-kernel%2Flinux%2Flinux-yocto_5.15.bbappend;fp=meta-agl-bsp%2Fvirtualization-layer%2Frecipes-kernel%2Flinux%2Flinux-yocto_5.15.bbappend;h=6952436a322b90a3e819fb34bbd01c496d30f197;hb=dff7de31ac2b32021df775898464266ef14cc13d;hp=3a278fa2ab04e21705d3ca10ef558e18c7265c80;hpb=84ff0ab5cb380f1765fc13b2307b525873ad379b;p=AGL%2Fmeta-agl.git diff --git a/meta-agl-bsp/virtualization-layer/recipes-kernel/linux/linux-yocto_5.15.bbappend b/meta-agl-bsp/virtualization-layer/recipes-kernel/linux/linux-yocto_5.15.bbappend index 3a278fa2a..6952436a3 100644 --- a/meta-agl-bsp/virtualization-layer/recipes-kernel/linux/linux-yocto_5.15.bbappend +++ b/meta-agl-bsp/virtualization-layer/recipes-kernel/linux/linux-yocto_5.15.bbappend @@ -1,10 +1,17 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" -SRC_URI:append:virtio-all = " \ +# Cannot just append to SRC_URI, as the metadata interferes with the +# AGL config fragment scheme +AGL_KERNEL_SRC:prepend:virtio-all = " \ git://gerrit.automotivelinux.org/gerrit/src/agl-yocto-kernel-meta.git;protocol=https;type=kmeta;name=agl-meta;destsuffix=agl-kernel-meta;branch=kernel-5.15 \ file://virtio-aarch64-${LINUX_KERNEL_TYPE}.scc \ " SRCREV_agl-meta = "4deb7357eab5962b0553a5ad1f11be5ac35f9da9" +AGL_KCONFIG_FRAGMENTS:append:virtio-all = " \ + virtio-drm.cfg \ + virtio-pci.cfg \ +" + COMPATIBLE_MACHINE:virtio-aarch64 = "virtio-aarch64"