Fix runqemu by generating an ext4 image by default
[AGL/meta-agl.git] / meta-agl-bsp / conf / include / agl_qemux86-64.inc
index a9d320c..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
@@ -18,4 +17,11 @@ APPEND += "console=ttyS0,115200n8"
 # All boot message will be off
 APPEND += "quiet"
 
-include conf/include/local/sota_qemux86-64.inc
+# 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"