diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-07-29 11:49:16 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-08-02 17:18:08 -0400 |
commit | 1b6e39e426ead27ad440e62c8ce692684c8b9ad3 (patch) | |
tree | bc4646f8146ffdc57e0d1b815cdafc8031846a26 /recipes-extended | |
parent | d876cfc5bfafa516dee55d04b50b319a22165640 (diff) | |
download | meta-virtualization-1b6e39e426ead27ad440e62c8ce692684c8b9ad3.tar.gz |
global: overrides conversion pass 2
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
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 |