diff options
-rw-r--r-- | recipes-extended/images/xen-image-minimal.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-extended/images/xen-image-minimal.bb b/recipes-extended/images/xen-image-minimal.bb index c965f221..1b45397b 100644 --- a/recipes-extended/images/xen-image-minimal.bb +++ b/recipes-extended/images/xen-image-minimal.bb | |||
@@ -74,10 +74,10 @@ build_syslinux_cfg () { | |||
74 | 74 | ||
75 | # Enable runqemu. eg: runqemu xen-image-minimal nographic slirp | 75 | # Enable runqemu. eg: runqemu xen-image-minimal nographic slirp |
76 | WKS_FILE_x86-64 = "directdisk-xen.wks" | 76 | WKS_FILE_x86-64 = "directdisk-xen.wks" |
77 | QB_MEM = "-m 400" | 77 | QB_MEM ?= "-m 400" |
78 | QB_DEFAULT_KERNEL = "" | 78 | QB_DEFAULT_KERNEL ?= "none" |
79 | QB_DEFAULT_FSTYPE = "wic" | 79 | QB_DEFAULT_FSTYPE ?= "wic" |
80 | QB_FSINFO = "wic:kernel-in-fs" | 80 | QB_FSINFO ?= "wic:kernel-in-fs" |
81 | # qemux86-64 machine does not include 'wic' in IMAGE_FSTYPES, which is needed | 81 | # qemux86-64 machine does not include 'wic' in IMAGE_FSTYPES, which is needed |
82 | # to boot this image, so add it here: | 82 | # to boot this image, so add it here: |
83 | IMAGE_FSTYPES_qemux86-64 += "wic" | 83 | IMAGE_FSTYPES_qemux86-64 += "wic" |