diff options
Diffstat (limited to 'recipes-extended')
-rw-r--r-- | recipes-extended/images/xen-image-minimal.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/images/xen-image-minimal.bb b/recipes-extended/images/xen-image-minimal.bb index 2a44e3c4..b4ddda2f 100644 --- a/recipes-extended/images/xen-image-minimal.bb +++ b/recipes-extended/images/xen-image-minimal.bb | |||
@@ -73,11 +73,11 @@ build_syslinux_cfg () { | |||
73 | } | 73 | } |
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 ?= "none" | 78 | QB_DEFAULT_KERNEL ?= "none" |
79 | QB_DEFAULT_FSTYPE ?= "wic" | 79 | QB_DEFAULT_FSTYPE ?= "wic" |
80 | QB_DEFAULT_FSTYPE_qemux86-64 = "wic" | 80 | QB_DEFAULT_FSTYPE:qemux86-64 = "wic" |
81 | QB_FSINFO ?= "wic:kernel-in-fs" | 81 | QB_FSINFO ?= "wic:kernel-in-fs" |
82 | QB_SERIAL_OPT = "-serial mon:stdio" | 82 | QB_SERIAL_OPT = "-serial mon:stdio" |
83 | # qemux86-64 machine does not include 'wic' in IMAGE_FSTYPES, which is needed | 83 | # qemux86-64 machine does not include 'wic' in IMAGE_FSTYPES, which is needed |