From 1635e135b75924182ccec1c22a91e7f1c4355c3f Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Mon, 17 Mar 2025 17:57:42 -0600 Subject: meta-xilinx-core: generic machines: Add arch to -bootbin Signed-off-by: Mark Hatle --- meta-xilinx-core/conf/machine/versal-generic.conf | 2 +- meta-xilinx-core/conf/machine/versal-net-generic.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-xilinx-core/conf/machine/versal-generic.conf b/meta-xilinx-core/conf/machine/versal-generic.conf index 8b407c9a..08efa1d6 100644 --- a/meta-xilinx-core/conf/machine/versal-generic.conf +++ b/meta-xilinx-core/conf/machine/versal-generic.conf @@ -74,7 +74,7 @@ QB_DTB = "${DEPLOY_DIR_IMAGE}/${QEMU_HW_DTB_PS}" QB_OPT_APPEND += " \ ${@qemu_add_extra_args(d)} \ - ${@'-bootbin @DEPLOY_DIR_IMAGE@/${QEMU_HW_OSPI_FILE}' if d.getVar('QEMU_HW_OSPI_FILE') != '' else ''} \ + ${@'-bootbin versal:@DEPLOY_DIR_IMAGE@/${QEMU_HW_OSPI_FILE}' if d.getVar('QEMU_HW_OSPI_FILE') != '' else ''} \ " # PLM instance args diff --git a/meta-xilinx-core/conf/machine/versal-net-generic.conf b/meta-xilinx-core/conf/machine/versal-net-generic.conf index 5dd5b036..a2a276e2 100644 --- a/meta-xilinx-core/conf/machine/versal-net-generic.conf +++ b/meta-xilinx-core/conf/machine/versal-net-generic.conf @@ -73,7 +73,7 @@ QB_DTB = "${DEPLOY_DIR_IMAGE}/${QEMU_HW_DTB_PS}" QB_OPT_APPEND += " \ ${@qemu_add_extra_args(d)} \ - ${@'-bootbin @DEPLOY_DIR_IMAGE@/${QEMU_HW_OSPI_FILE}' if d.getVar('QEMU_HW_OSPI_FILE') != '' else ''} \ + ${@'-bootbin versal:@DEPLOY_DIR_IMAGE@/${QEMU_HW_OSPI_FILE}' if d.getVar('QEMU_HW_OSPI_FILE') != '' else ''} \ " # PLM instance args -- cgit v1.2.3-54-g00ecf