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-04-10 09:03:22 -0700
commit33fd654be03f9c7afac44faabef4029e77f9dff4 (patch)
tree4455caf5cac241733d8aa37028b834e233f0957e /meta-xilinx-core/conf/layer.conf
parent12c5fabda74b337bc0e4f4a2202d79bc29b058df (diff)
downloadmeta-xilinx-33fd654be03f9c7afac44faabef4029e77f9dff4.tar.gz
qemu-xilinx: Refactor to enable qemu 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.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-core/conf/layer.conf b/meta-xilinx-core/conf/layer.conf
index 83f4131b..616530d9 100644
--- a/meta-xilinx-core/conf/layer.conf
+++ b/meta-xilinx-core/conf/layer.conf
@@ -48,8 +48,8 @@ XILINX_RELEASE_VERSION ??= "v2022.2"
48 48
49BUILDCFG_VARS:append = " SOC_VARIANT XILINX_RELEASE_VERSION" 49BUILDCFG_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] = "v7.1.0-xilinx-v2022.1%"
52XILINX_QEMU_VERSION[v2022.2] = "v6.1.0-xilinx-v2022.2%" 52XILINX_QEMU_VERSION[v2022.2] = "v7.1.0-xilinx-v2022.2%"
53PREFERRED_VERSION_qemu-xilinx ?= "${@d.getVarFlag('XILINX_QEMU_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" 53PREFERRED_VERSION_qemu-xilinx ?= "${@d.getVarFlag('XILINX_QEMU_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}"
54PREFERRED_VERSION_qemu-xilinx-native ?= "${@d.getVarFlag('XILINX_QEMU_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" 54PREFERRED_VERSION_qemu-xilinx-native ?= "${@d.getVarFlag('XILINX_QEMU_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}"
55PREFERRED_VERSION_qemu-xilinx-system-native ?= "${@d.getVarFlag('XILINX_QEMU_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" 55PREFERRED_VERSION_qemu-xilinx-system-native ?= "${@d.getVarFlag('XILINX_QEMU_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}"