summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-virtualization/conf
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2025-02-13 10:30:33 -0700
committerMark Hatle <mark.hatle@amd.com>2025-03-30 14:16:15 -0600
commite56c47c22b297edf1794abc86b7fa41fb89c9ed8 (patch)
tree02364ec148290969fba35d8bec54aecc55061313 /meta-xilinx-virtualization/conf
parent5463a2941d5bb24fd58c235640d1f2fec00f4d9d (diff)
downloadmeta-xilinx-e56c47c22b297edf1794abc86b7fa41fb89c9ed8.tar.gz
device-tree: Disable meta-virtualization xen DTSI and apply it only for Linux
In meta-virtualization, when used with meta-xilinx-core, the XEN dtsi was always enabled, even in a non-Linux based build. This caused compilation issues as cortex-r5 and other CPUs are missing required parameters for Xen. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-virtualization/conf')
-rw-r--r--meta-xilinx-virtualization/conf/layer.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-xilinx-virtualization/conf/layer.conf b/meta-xilinx-virtualization/conf/layer.conf
index 1ce8ccfe..1f759ffc 100644
--- a/meta-xilinx-virtualization/conf/layer.conf
+++ b/meta-xilinx-virtualization/conf/layer.conf
@@ -22,3 +22,5 @@ XILINX_XEN_VERSION[v2024.1] = "4.18+stable-xilinx+git%"
22XILINX_XEN_VERSION[v2024.2] = "4.18+stable-xilinx+git%" 22XILINX_XEN_VERSION[v2024.2] = "4.18+stable-xilinx+git%"
23PREFERRED_VERSION_xen ?= "${@d.getVarFlag('XILINX_XEN_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or '4.18+stable-xilinx+git%'}" 23PREFERRED_VERSION_xen ?= "${@d.getVarFlag('XILINX_XEN_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or '4.18+stable-xilinx+git%'}"
24PREFERRED_VERSION_xen-tools ?= "${@d.getVarFlag('XILINX_XEN_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or '4.18+stable-xilinx+git%'}" 24PREFERRED_VERSION_xen-tools ?= "${@d.getVarFlag('XILINX_XEN_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or '4.18+stable-xilinx+git%'}"
25
26BBMASK += "dynamic-layers/xilinx/recipes-bsp/device-tree/device-tree.bbappend"