summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/conf/layer.conf
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-06-08 11:40:50 -0600
committerMark Hatle <mark.hatle@amd.com>2023-06-08 11:40:50 -0600
commitf16c176b59e8e1b97f34c23d842f529fb825f08c (patch)
tree04f0ff310022f29fc58abecadaddd4e3ea9f5bf2 /meta-xilinx-core/conf/layer.conf
parent662a8b5416a33f93c4e0c3133dcbfe95bd66df68 (diff)
downloadmeta-xilinx-f16c176b59e8e1b97f34c23d842f529fb825f08c.tar.gz
qemu: Fix qemu integration with master
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.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-xilinx-core/conf/layer.conf b/meta-xilinx-core/conf/layer.conf
index 36f445ac..10771360 100644
--- a/meta-xilinx-core/conf/layer.conf
+++ b/meta-xilinx-core/conf/layer.conf
@@ -52,6 +52,7 @@ PREFERRED_VERSION_qemu-xilinx ?= "${@d.getVarFlag('XILINX_QEMU_VERSION', d.getVa
52PREFERRED_VERSION_qemu-xilinx-native ?= "${@d.getVarFlag('XILINX_QEMU_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" 52PREFERRED_VERSION_qemu-xilinx-native ?= "${@d.getVarFlag('XILINX_QEMU_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}"
53PREFERRED_VERSION_qemu-xilinx-system-native ?= "${@d.getVarFlag('XILINX_QEMU_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" 53PREFERRED_VERSION_qemu-xilinx-system-native ?= "${@d.getVarFlag('XILINX_QEMU_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}"
54PREFERRED_VERSION_qemu-devicetrees ?= "xilinx-${XILINX_RELEASE_VERSION}%" 54PREFERRED_VERSION_qemu-devicetrees ?= "xilinx-${XILINX_RELEASE_VERSION}%"
55PREFERRED_PROVIDER_qemu ?= "qemu-xilinx"
55 56
56XILINX_ATF_VERSION[v2022.1] = "2.6-xilinx-v2022.1%" 57XILINX_ATF_VERSION[v2022.1] = "2.6-xilinx-v2022.1%"
57XILINX_ATF_VERSION[v2022.2] = "2.6-xilinx-v2022.2%" 58XILINX_ATF_VERSION[v2022.2] = "2.6-xilinx-v2022.2%"