summaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-07-29 11:49:16 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-08-02 17:18:08 -0400
commit1b6e39e426ead27ad440e62c8ce692684c8b9ad3 (patch)
treebc4646f8146ffdc57e0d1b815cdafc8031846a26 /classes
parentd876cfc5bfafa516dee55d04b50b319a22165640 (diff)
downloadmeta-virtualization-1b6e39e426ead27ad440e62c8ce692684c8b9ad3.tar.gz
global: overrides conversion pass 2
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'classes')
-rw-r--r--classes/qemuboot-xen-defaults.bbclass10
1 files changed, 5 insertions, 5 deletions
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
12 12
13# Qemuboot for 64-bit Arm uses the QB_DEFAULT_KERNEL method to load Xen 13# Qemuboot for 64-bit Arm uses the QB_DEFAULT_KERNEL method to load Xen
14# and the device loader option for the dom0 kernel: 14# and the device loader option for the dom0 kernel:
15QB_OPT_APPEND_append_aarch64 = " \ 15QB_OPT_APPEND:append:aarch64 = " \
16 -device loader,file=${DOM0_KERNEL},addr=${DOM0_KERNEL_LOAD_ADDR} \ 16 -device loader,file=${DOM0_KERNEL},addr=${DOM0_KERNEL_LOAD_ADDR} \
17 " 17 "
18QB_DEFAULT_KERNEL_aarch64 = "xen-${MACHINE}" 18QB_DEFAULT_KERNEL:aarch64 = "xen-${MACHINE}"
19 19
20# 64-bit Arm: gic version 3 20# 64-bit Arm: gic version 3
21QB_MACHINE_aarch64 = "-machine virt,gic-version=3 -machine virtualization=true" 21QB_MACHINE:aarch64 = "-machine virt,gic-version=3 -machine virtualization=true"
22 22
23# Increase the default qemu memory allocation to allow for the hypervisor. 23# Increase the default qemu memory allocation to allow for the hypervisor.
24# Use a weak assignment to allow for change of default and override elsewhere. 24# Use a weak assignment to allow for change of default and override elsewhere.
@@ -26,5 +26,5 @@ QB_MEM_VALUE ??= "512"
26QB_MEM = "-m ${QB_MEM_VALUE}" 26QB_MEM = "-m ${QB_MEM_VALUE}"
27 27
28# 64-bit Arm: qemuboot with a device tree binary 28# 64-bit Arm: qemuboot with a device tree binary
29QB_DTB_aarch64 = "${IMAGE_NAME}.qemuboot.dtb" 29QB_DTB:aarch64 = "${IMAGE_NAME}.qemuboot.dtb"
30QB_DTB_LINK_aarch64 = "${IMAGE_LINK_NAME}.qemuboot.dtb" 30QB_DTB_LINK:aarch64 = "${IMAGE_LINK_NAME}.qemuboot.dtb"