Fix runqemu by generating an ext4 image by default
[AGL/meta-agl.git] / meta-agl-bsp / conf / include / agl_qemux86-64.inc
index 6ce1d25..d9294ad 100644 (file)
@@ -1,4 +1,3 @@
-
 # Configurations to run on VirtualBox/VMWare
 #
 # To get wide screen than default, there are a selection of resolutions
@@ -17,3 +16,12 @@ APPEND += "console=ttyS0,115200n8"
 #
 # All boot message will be off
 APPEND += "quiet"
+
+# Build updatable image. Only takes effect when sota.bbclass is inherited
+DISTRO_FEATURES_append = " sota"
+
+# Root device
+ROOT_VM = "root=PARTUUID=${DISK_SIGNATURE}-02"
+
+# runqemu tweaks
+QB_OPT_APPEND_append = " -show-cursor"