File tree 1 file changed +2
-2
lines changed
meta-xilinx-core/classes-recipe
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ QB_DEFAULT_KERNEL:microblaze ?= "${@'simpleImage.mb' if \
25
25
26
26
# https://docs.amd.com/r/en-US/ug1085-zynq-ultrascale-trm/Boot-Modes
27
27
# https://docs.amd.com/r/en-US/ug1304-versal-acap-ssdg/Boot-Device-Modes
28
- QB_DEVICE_MODE ?= "-boot mode=5"
28
+ QB_BOOT_MODE ?= "-boot mode=5"
29
29
30
30
inherit qemuboot
31
31
@@ -50,7 +50,7 @@ def qemu_add_extra_args(data):
50
50
deploy_dir = data . getVar ('DEPLOY_DIR_IMAGE' ) or ""
51
51
machine_name = data . getVar ('MACHINE' ) or ""
52
52
soc_family = data . getVar ('SOC_FAMILY' ) or ""
53
- boot_mode = data . getVar ('QB_DEVICE_MODE ' ) or ""
53
+ boot_mode = data . getVar ('QB_BOOT_MODE ' ) or ""
54
54
qb_extra_args = ''
55
55
# Add kernel image and boot.scr to qemu boot command when initramfs_image supplied
56
56
kernel_name = ''
You can’t perform that action at this time.
0 commit comments