Change image type to wic.vmdk
[AGL/meta-agl.git] / meta-agl-bsp / conf / include / agl_qemux86-64.inc
index 81015e0..165deae 100644 (file)
@@ -1,4 +1,3 @@
-
 # Configurations to run on VirtualBox/VMWare
 #
 # To get wide screen than default, there are a selection of resolutions
@@ -18,6 +17,15 @@ APPEND += "console=ttyS0,115200n8"
 # All boot message will be off
 APPEND += "quiet"
 
-# U-Boot support for SOTA
-PREFERRED_PROVIDER_virtual/bootloader_sota = "u-boot-ota"
-UBOOT_MACHINE_sota = "qemu-x86_defconfig"
+# Build updatable image. Only takes effect when sota.bbclass is inherited
+DISTRO_FEATURES_append = " sota"
+
+# Image support
+AGL_EXTRA_IMAGE_FSTYPES = "wic.vmdk"
+IMAGE_BOOT_FILES_sota = "u-boot-qemux86-64.rom"
+
+# Root device
+ROOT_VM = "root=PARTUUID=${DISK_SIGNATURE}-02"
+
+# Force the virtio video device as 'vmware' doesn't always work
+QB_OPT_APPEND_append = " -vga virtio"