xtf-image: fix QB_DEFAULT_FSTYPE: only needed for x86-64 qemu

The qemuboot launch method for x86-64 uses wic but Arm does not.

Signed-off-by: Christopher Clark <christopher.clark@starlab.io>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Christopher Clark 2021-08-31 16:27:41 -07:00 committed by Bruce Ashfield
parent 5ae8ad3316
commit edbfd0c10d

View File

@ -16,7 +16,7 @@ IMAGE_NAME="xtf"
IMAGE_INSTALL:append = " xtf"
QB_DEFAULT_FSTYPE = "wic"
QB_DEFAULT_FSTYPE_x86-64 = "wic"
# Set the dom0 memory level lower than that assigned to qemu so that Xen has
# some available memory for allocating to the XTF microkernel guests to run: