Convert to new override syntax
[AGL/meta-agl.git] / meta-agl-bsp / conf / machine / include / virtio.inc
index e10dc26..8ee71a8 100644 (file)
@@ -10,7 +10,7 @@ MACHINEOVERRIDES =. "virtio-all:"
 IMAGE_FSTYPES += "tar.bz2 ext4"
 
 # Don't include kernels in standard images
-RDEPENDS_${KERNEL_PACKAGE_NAME}-base = ""
+RDEPENDS:${KERNEL_PACKAGE_NAME}-base = ""
 
 # Use a common kernel recipe for all VirtIO machines
 PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto"
@@ -24,7 +24,7 @@ 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 = ""
+LTTNGMODULES:virtio-all = ""
 
 EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native"