summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/conf/layer.conf
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2022-12-22 02:32:16 -0800
committerMark Hatle <mark.hatle@amd.com>2023-01-06 10:58:20 -0800
commit38a28f24d52ce2bfb608e544dc943c68982e8a0a (patch)
tree2d687b8501c6c217055e6cf386fb17ac9f805d88 /meta-xilinx-core/conf/layer.conf
parenta6bbe1adb83bcb0edc62fc9f1d3f5c54db34a916 (diff)
downloadmeta-xilinx-38a28f24d52ce2bfb608e544dc943c68982e8a0a.tar.gz
qemu-xilinx: Refactor to enable qemu 2023.1 ver 7.1
Refactor QEMU integration as the versions now match the Langdale core version. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/conf/layer.conf')
-rw-r--r--meta-xilinx-core/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/conf/layer.conf b/meta-xilinx-core/conf/layer.conf
index e8145be8..6c1c2423 100644
--- a/meta-xilinx-core/conf/layer.conf
+++ b/meta-xilinx-core/conf/layer.conf
@@ -50,7 +50,7 @@ BUILDCFG_VARS:append = " SOC_VARIANT XILINX_RELEASE_VERSION"
50 50
51XILINX_QEMU_VERSION[v2022.1] = "v6.1.0-xilinx-v2022.1%" 51XILINX_QEMU_VERSION[v2022.1] = "v6.1.0-xilinx-v2022.1%"
52XILINX_QEMU_VERSION[v2022.2] = "v6.1.0-xilinx-v2022.2%" 52XILINX_QEMU_VERSION[v2022.2] = "v6.1.0-xilinx-v2022.2%"
53XILINX_QEMU_VERSION[v2023.1] = "v6.1.0-xilinx-v2023.1%" 53XILINX_QEMU_VERSION[v2023.1] = "v7.1.0-xilinx-v2023.1%"
54PREFERRED_VERSION_qemu-xilinx ?= "${@d.getVarFlag('XILINX_QEMU_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" 54PREFERRED_VERSION_qemu-xilinx ?= "${@d.getVarFlag('XILINX_QEMU_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}"
55PREFERRED_VERSION_qemu-xilinx-native ?= "${@d.getVarFlag('XILINX_QEMU_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" 55PREFERRED_VERSION_qemu-xilinx-native ?= "${@d.getVarFlag('XILINX_QEMU_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}"
56PREFERRED_VERSION_qemu-xilinx-system-native ?= "${@d.getVarFlag('XILINX_QEMU_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" 56PREFERRED_VERSION_qemu-xilinx-system-native ?= "${@d.getVarFlag('XILINX_QEMU_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}"