From f16c176b59e8e1b97f34c23d842f529fb825f08c Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Thu, 8 Jun 2023 11:40:50 -0600 Subject: qemu: Fix qemu integration with master Signed-off-by: Mark Hatle --- meta-xilinx-core/conf/layer.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-xilinx-core/conf/layer.conf') 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 PREFERRED_VERSION_qemu-xilinx-native ?= "${@d.getVarFlag('XILINX_QEMU_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" PREFERRED_VERSION_qemu-xilinx-system-native ?= "${@d.getVarFlag('XILINX_QEMU_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" PREFERRED_VERSION_qemu-devicetrees ?= "xilinx-${XILINX_RELEASE_VERSION}%" +PREFERRED_PROVIDER_qemu ?= "qemu-xilinx" XILINX_ATF_VERSION[v2022.1] = "2.6-xilinx-v2022.1%" XILINX_ATF_VERSION[v2022.2] = "2.6-xilinx-v2022.2%" -- cgit v1.2.3-54-g00ecf