diff options
author | Mark Hatle <mark.hatle@amd.com> | 2025-03-17 17:57:42 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2025-03-30 14:16:15 -0600 |
commit | 1635e135b75924182ccec1c22a91e7f1c4355c3f (patch) | |
tree | c0a07ff07820c897f97e3a872522016d762c8842 | |
parent | e92b0bee65687a0f1ccdedcd0e7b0ff78f835666 (diff) | |
download | meta-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.conf | 2 | ||||
-rw-r--r-- | 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}" | |||
74 | 74 | ||
75 | QB_OPT_APPEND += " \ | 75 | QB_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 | ||
74 | QB_OPT_APPEND += " \ | 74 | QB_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 |