diff options
Diffstat (limited to 'meta-xilinx-core')
-rw-r--r-- | meta-xilinx-core/classes-recipe/qemuboot-xilinx.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-core/classes-recipe/qemuboot-xilinx.bbclass b/meta-xilinx-core/classes-recipe/qemuboot-xilinx.bbclass index c021ea93..a0ea1531 100644 --- a/meta-xilinx-core/classes-recipe/qemuboot-xilinx.bbclass +++ b/meta-xilinx-core/classes-recipe/qemuboot-xilinx.bbclass | |||
@@ -25,7 +25,7 @@ QB_DEFAULT_KERNEL:microblaze ?= "${@'simpleImage.mb' if \ | |||
25 | 25 | ||
26 | # https://docs.amd.com/r/en-US/ug1085-zynq-ultrascale-trm/Boot-Modes | 26 | # https://docs.amd.com/r/en-US/ug1085-zynq-ultrascale-trm/Boot-Modes |
27 | # https://docs.amd.com/r/en-US/ug1304-versal-acap-ssdg/Boot-Device-Modes | 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 | inherit qemuboot | 30 | inherit qemuboot |
31 | 31 | ||
@@ -50,7 +50,7 @@ def qemu_add_extra_args(data): | |||
50 | deploy_dir = data.getVar('DEPLOY_DIR_IMAGE') or "" | 50 | deploy_dir = data.getVar('DEPLOY_DIR_IMAGE') or "" |
51 | machine_name = data.getVar('MACHINE') or "" | 51 | machine_name = data.getVar('MACHINE') or "" |
52 | soc_family = data.getVar('SOC_FAMILY') or "" | 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 | qb_extra_args = '' | 54 | qb_extra_args = '' |
55 | # Add kernel image and boot.scr to qemu boot command when initramfs_image supplied | 55 | # Add kernel image and boot.scr to qemu boot command when initramfs_image supplied |
56 | kernel_name = '' | 56 | kernel_name = '' |