summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2025-03-17 17:57:42 -0600
committerMark Hatle <mark.hatle@amd.com>2025-03-30 14:16:15 -0600
commit1635e135b75924182ccec1c22a91e7f1c4355c3f (patch)
treec0a07ff07820c897f97e3a872522016d762c8842
parente92b0bee65687a0f1ccdedcd0e7b0ff78f835666 (diff)
downloadmeta-xilinx-1635e135b75924182ccec1c22a91e7f1c4355c3f.tar.gz
meta-xilinx-core: generic machines: Add arch to -bootbin
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/conf/machine/versal-generic.conf2
-rw-r--r--meta-xilinx-core/conf/machine/versal-net-generic.conf2
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}"
74 74
75QB_OPT_APPEND += " \ 75QB_OPT_APPEND += " \
76 ${@qemu_add_extra_args(d)} \ 76 ${@qemu_add_extra_args(d)} \
77 ${@'-bootbin @DEPLOY_DIR_IMAGE@/${QEMU_HW_OSPI_FILE}' if d.getVar('QEMU_HW_OSPI_FILE') != '' else ''} \ 77 ${@'-bootbin versal:@DEPLOY_DIR_IMAGE@/${QEMU_HW_OSPI_FILE}' if d.getVar('QEMU_HW_OSPI_FILE') != '' else ''} \
78 " 78 "
79 79
80# PLM instance args 80# 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}"
73 73
74QB_OPT_APPEND += " \ 74QB_OPT_APPEND += " \
75 ${@qemu_add_extra_args(d)} \ 75 ${@qemu_add_extra_args(d)} \
76 ${@'-bootbin @DEPLOY_DIR_IMAGE@/${QEMU_HW_OSPI_FILE}' if d.getVar('QEMU_HW_OSPI_FILE') != '' else ''} \ 76 ${@'-bootbin versal:@DEPLOY_DIR_IMAGE@/${QEMU_HW_OSPI_FILE}' if d.getVar('QEMU_HW_OSPI_FILE') != '' else ''} \
77 " 77 "
78 78
79# PLM instance args 79# PLM instance args