diff options
author | Christopher Clark <christopher.w.clark@gmail.com> | 2021-08-31 16:27:41 -0700 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-09-02 16:36:23 -0400 |
commit | edbfd0c10d25d7d1c2e0788e118d361dc6a5db68 (patch) | |
tree | 94eb556f1e2c60aee1604f0f74781e091475424b /recipes-extended | |
parent | 5ae8ad3316e52f7faa018aa408dc606edeabbb34 (diff) | |
download | meta-virtualization-edbfd0c10d25d7d1c2e0788e118d361dc6a5db68.tar.gz |
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>
Diffstat (limited to 'recipes-extended')
-rw-r--r-- | recipes-extended/images/xtf-image.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/images/xtf-image.bb b/recipes-extended/images/xtf-image.bb index 6bd5a342..21c0e7f6 100644 --- a/recipes-extended/images/xtf-image.bb +++ b/recipes-extended/images/xtf-image.bb | |||
@@ -16,7 +16,7 @@ IMAGE_NAME="xtf" | |||
16 | 16 | ||
17 | IMAGE_INSTALL:append = " xtf" | 17 | IMAGE_INSTALL:append = " xtf" |
18 | 18 | ||
19 | QB_DEFAULT_FSTYPE = "wic" | 19 | QB_DEFAULT_FSTYPE_x86-64 = "wic" |
20 | 20 | ||
21 | # Set the dom0 memory level lower than that assigned to qemu so that Xen has | 21 | # Set the dom0 memory level lower than that assigned to qemu so that Xen has |
22 | # some available memory for allocating to the XTF microkernel guests to run: | 22 | # some available memory for allocating to the XTF microkernel guests to run: |