From 1b6e39e426ead27ad440e62c8ce692684c8b9ad3 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 29 Jul 2021 11:49:16 -0400 Subject: global: overrides conversion pass 2 Signed-off-by: Bruce Ashfield --- classes/qemuboot-xen-defaults.bbclass | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'classes') diff --git a/classes/qemuboot-xen-defaults.bbclass b/classes/qemuboot-xen-defaults.bbclass index 67751d3a..c7e74c3e 100644 --- a/classes/qemuboot-xen-defaults.bbclass +++ b/classes/qemuboot-xen-defaults.bbclass @@ -12,13 +12,13 @@ QB_XEN_DOMAIN_MODULES ??= "${DOM0_KERNEL}:${DOM0_KERNEL_LOAD_ADDR}:multiboot,ker # Qemuboot for 64-bit Arm uses the QB_DEFAULT_KERNEL method to load Xen # and the device loader option for the dom0 kernel: -QB_OPT_APPEND_append_aarch64 = " \ +QB_OPT_APPEND:append:aarch64 = " \ -device loader,file=${DOM0_KERNEL},addr=${DOM0_KERNEL_LOAD_ADDR} \ " -QB_DEFAULT_KERNEL_aarch64 = "xen-${MACHINE}" +QB_DEFAULT_KERNEL:aarch64 = "xen-${MACHINE}" # 64-bit Arm: gic version 3 -QB_MACHINE_aarch64 = "-machine virt,gic-version=3 -machine virtualization=true" +QB_MACHINE:aarch64 = "-machine virt,gic-version=3 -machine virtualization=true" # Increase the default qemu memory allocation to allow for the hypervisor. # Use a weak assignment to allow for change of default and override elsewhere. @@ -26,5 +26,5 @@ QB_MEM_VALUE ??= "512" QB_MEM = "-m ${QB_MEM_VALUE}" # 64-bit Arm: qemuboot with a device tree binary -QB_DTB_aarch64 = "${IMAGE_NAME}.qemuboot.dtb" -QB_DTB_LINK_aarch64 = "${IMAGE_LINK_NAME}.qemuboot.dtb" +QB_DTB:aarch64 = "${IMAGE_NAME}.qemuboot.dtb" +QB_DTB_LINK:aarch64 = "${IMAGE_LINK_NAME}.qemuboot.dtb" -- cgit v1.2.3-54-g00ecf