diff options
-rw-r--r-- | recipes-extended/images/xtf-image.bb | 5 |
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" | |||
17 | IMAGE_INSTALL:append = " xtf" | 17 | IMAGE_INSTALL:append = " xtf" |
18 | 18 | ||
19 | QB_DEFAULT_FSTYPE_x86-64 = "wic" | 19 | QB_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: | ||
23 | QB_MEM = "-m 400" | ||
24 | SYSLINUX_XEN_ARGS:append = " dom0_mem=256M" | ||