summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/images/xtf-image.bb5
1 files changed, 0 insertions, 5 deletions
diff --git a/recipes-extended/images/xtf-image.bb b/recipes-extended/images/xtf-image.bb
index 21c0e7f6..b73e4a59 100644
--- a/recipes-extended/images/xtf-image.bb
+++ b/recipes-extended/images/xtf-image.bb
@@ -17,8 +17,3 @@ IMAGE_NAME="xtf"
17IMAGE_INSTALL:append = " xtf" 17IMAGE_INSTALL:append = " xtf"
18 18
19QB_DEFAULT_FSTYPE_x86-64 = "wic" 19QB_DEFAULT_FSTYPE_x86-64 = "wic"
20
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:
23QB_MEM = "-m 400"
24SYSLINUX_XEN_ARGS:append = " dom0_mem=256M"