mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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:
parent
5ae8ad3316
commit
edbfd0c10d
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user