Commit db1cb52a authored by Florent Revest's avatar Florent Revest

Since OE Rocko, we need to use a wic.vmdk instead of a vmdk IMAGE_FSTYPE when building for qemux86

parent 67d0f258
......@@ -34,7 +34,7 @@ QT_DIR_NAME = ""
FILESYSTEM_PERMS_TABLES = "files/fs-perms.txt files/asteroidos-fs-perms.txt"
IMAGE_FSTYPES_qemux86 += "vmdk"
IMAGE_FSTYPES_qemux86 += "wic.vmdk"
# Use vboxvideo instead of uvesafb
KERNEL_MODULE_AUTOLOAD_append_qemux86 = " vboxvideo"
KERNEL_MODULE_PROBECONF_append_qemux86 = " vboxvideo"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment