virtio: Bump virtio-aarch64 kernel to version v5.10.
[AGL/meta-agl.git] / meta-agl-bsp / conf / machine / include / virtio.inc
index b4022d5..e10dc26 100644 (file)
@@ -15,6 +15,17 @@ RDEPENDS_${KERNEL_PACKAGE_NAME}-base = ""
 # Use a common kernel recipe for all VirtIO machines
 PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto"
 
+# Use newer kernel
+PREFERRED_VERSION_linux-yocto = "5.10.%"
+
+# Clear since it is set to 'sllin' in packagegroup-agl-demo.bb, and sllin is not
+# compatible with kernel 5.10 at the moment.
+LIN_DRIVERS = ""
+
+# Clear since it is set to 'lttng-modules' in packagegroup-core-tools-profile.bb,
+# and lttng-modules are not compatible with 5.10 kernel used for virtio.
+LTTNGMODULES_virtio-all = ""
+
 EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native"
 
 IMAGE_CLASSES += "qemuboot"